Skip to content

Commit

Permalink
Merge pull request #42 from BurdaMagazinOrg/7.x/fix-an-id-var-typo
Browse files Browse the repository at this point in the history
Issue #2705785 by simonengelhardt, scottrigby: Fix ad setting variable name
  • Loading branch information
scottrigby committed Apr 13, 2016
2 parents 58237ad + f493b8d commit 57e62de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public function addAdsFromSettings() {
$ad->withSource(
url('https://www.facebook.com/adnw_request', array(
'query' => array(
'placement' => $ad_placement_id,
'placement' => $an_placement_id,
'adtype' => 'banner' . $width . 'x' . $height,
),
))
Expand Down

0 comments on commit 57e62de

Please sign in to comment.