Closed (fixed)
Project:
DFP Small Business (Google Ad Manager)
Version:
6.x-3.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2013 at 21:20 UTC
Updated:
8 Apr 2013 at 22:00 UTC
There's an error in RC1 that prevents superslots from displaying correctly.
Line 26 of google_admanager.module reads:
$block['content'] .= google_admanager_display_ad($ad_slot));
but should be:
$block['content'] .= google_admanager_display_ad(md5(trim($ad_slot)));
Comments
Comment #1
jcisio commentedYes, that's it. Thanks.