Skip to content

Commit

Permalink
Use correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Jul 13, 2010
1 parent 2cc230d commit e5b39b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adgear-ad-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function widget($args, $instance) {
"single" => $instance[ 'single' ] ) );
} else {
$embed_code = adgear_ad( array(
"id" => $instance[ 'id' ],
"id" => $instance[ 'adspot_id' ],
"single" => $instance[ 'single' ] ) );
}

Expand Down

0 comments on commit e5b39b3

Please sign in to comment.