Plugin Directory

Changeset 1287331


Ignore:
Timestamp:
11/16/2015 10:10:17 PM (10 years ago)
Author:
StudioMercury
Message:

fix for new requirements in DPS API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • digital-publishing/tags/2.0.10/classes/dpsfa-article.php

    r1287326 r1287331  
    5050                $defaultTemplate = $templates->get_default();
    5151                $this->template = $defaultTemplate['path'];
     52            }
     53           
     54            if(!$this->isAd){
     55                $this->adType = null;
     56                $this->advertiser = null;
     57                $this->adCategory = null;
    5258            }
    5359        }
Note: See TracChangeset for help on using the changeset viewer.