Download & Extend

Ad id is inserted in <object> tag id incorrectly

Project:Ad Flash
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

file: ad_flash.module (6.x-2.x-dev 2010-Nov-08)
line: 607

<?php
$output
.= '<object type="application/x-shockwave-flash" data="' . $flash->path . '" width="'. $flash->width .'" height="'. $flash->height .'" id="ad'.$ad->id.'">';
?>

Here it should be replaced $ad->id by $ad->aid

Comments

#1

you're right. i'll fix this in the next commit

nobody click here