category: Move code from appbrowse.php to the category class
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
db87518ddc
commit
3f17cf52d3
@@ -840,7 +840,7 @@ class version {
|
||||
|
||||
// cat
|
||||
$oCategory = new Category($oApp->iCatId);
|
||||
$oCategory->display($oApp->iAppId, $this->iVersionId);
|
||||
$oCategory->displayPath($oApp->iAppId, $this->iVersionId);
|
||||
|
||||
// set URL
|
||||
$appLinkURL = ($oApp->sWebpage) ? trimmed_link($oApp->sWebpage,30) : " ";
|
||||
|
||||
Reference in New Issue
Block a user