FIX: Author drop down value not saving
-
Good afternoon,
I was having an issue with the author dropdown value reverting to the default upon campaign save. I have outlined the issue, as well as the fix below:
Before:
$campaign_author = isset($campaign_data[‘campaign_author’]) ? $campaign_data[‘campaign_feeddate‘] : 1;
After:
$campaign_author = isset($campaign_data[‘campaign_author’]) ? $campaign_data[‘campaign_author‘] : 1;
Regards,
Shane.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FIX: Author drop down value not saving’ is closed to new replies.