Fix screenshot description for new screenshots. The creation code was using a non-existant
object member variable.
This commit is contained in:
committed by
WineHQ
parent
d209c56979
commit
f27a2d8f7d
@@ -39,7 +39,7 @@ if($aClean['sCmd'])
|
||||
{
|
||||
$oScreenshot = new Screenshot();
|
||||
$oScreenshot->iVersionId = $aClean['iVersionId'];
|
||||
$oScreenshot->sScreenshotDesc = $aClean['sScreenshotDesc'];
|
||||
$oScreenshot->sDescription = $aClean['sScreenshotDesc'];
|
||||
$oScreenshot->hFile = $_FILES['sImageFile'];
|
||||
$oScreenshot->create();
|
||||
$oScreenshot->free();
|
||||
|
||||
Reference in New Issue
Block a user