Fix variables that don't exist
This commit is contained in:
@@ -40,7 +40,7 @@ class Version {
|
||||
/*
|
||||
* We fetch the data related to this version.
|
||||
*/
|
||||
if(!$this->versionId)
|
||||
if(!$this->iVersionId)
|
||||
{
|
||||
$sQuery = "SELECT *
|
||||
FROM appVersion
|
||||
|
||||
Reference in New Issue
Block a user