The maintainer rating and tested version were not appearing anymore
This commit is contained in:
@@ -52,6 +52,8 @@ class Version {
|
|||||||
$this->sName = $oRow->versionName;
|
$this->sName = $oRow->versionName;
|
||||||
$this->sKeywords = $oRow->keywords;
|
$this->sKeywords = $oRow->keywords;
|
||||||
$this->sDescription = $oRow->description;
|
$this->sDescription = $oRow->description;
|
||||||
|
$this->sTestedRelease = $oRow->maintainer_release;
|
||||||
|
$this->sTestedRating = $oRow->maintainer_rating;
|
||||||
$this->sWebpage = $oRow->webPage;
|
$this->sWebpage = $oRow->webPage;
|
||||||
$this->bQueued = $oRow->queued;
|
$this->bQueued = $oRow->queued;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user