appimage.php takes needs to be passed imageId not appId and versionId
This commit is contained in:
committed by
Jeremy Newman
parent
bdc9d8dda4
commit
0783233289
@@ -79,7 +79,7 @@ function get_screenshot_img($appId, $versionId)
|
||||
else
|
||||
{
|
||||
$ob = mysql_fetch_object($result);
|
||||
$imgFile = "<img src='appimage.php?appId=$appId&versionId=$versionId&width=128&height=128' ".
|
||||
$imgFile = "<img src='appimage.php?imageId=$ob->id&width=128&height=128' ".
|
||||
"border=0 alt='$ob->description'>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user