Fix screenshots where broken
This commit is contained in:
@@ -50,7 +50,7 @@ class Screenshot {
|
|||||||
$sQuery = "SELECT ".$this->sTable.".*, appVersion.appId AS appId
|
$sQuery = "SELECT ".$this->sTable.".*, appVersion.appId AS appId
|
||||||
FROM ".$this->sTable.", appVersion
|
FROM ".$this->sTable.", appVersion
|
||||||
WHERE ".$this->sTable.".versionId = appVersion.versionId
|
WHERE ".$this->sTable.".versionId = appVersion.versionId
|
||||||
AND ".$this->sTableId." = ".$this->iScreenshotId."
|
AND ".$this->sTableId." = ".$iScreenshotId."
|
||||||
AND type = 'image'";
|
AND type = 'image'";
|
||||||
if($hResult = query_appdb($sQuery))
|
if($hResult = query_appdb($sQuery))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user