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
@@ -761,7 +761,7 @@ class Application {
|
||||
|
||||
// cat display
|
||||
$oCategory = new Category($this->iCatId);
|
||||
$oCategory->display($this->iAppId);
|
||||
$oCategory->displayPath($this->iAppId);
|
||||
|
||||
// set developer
|
||||
$oVendor = new Vendor($this->iVendorId);
|
||||
|
||||
Reference in New Issue
Block a user