category: use objectMakeLink()
This commit is contained in:
committed by
WineHQ
parent
6b9abce52c
commit
434ef17426
@@ -237,7 +237,7 @@ class Category {
|
||||
if(!empty($versionId))
|
||||
{
|
||||
$oVersion = new Version($versionId);
|
||||
$str .= " > ".html_ahref($oApp->sName,"appview.php?iAppId=$appId");
|
||||
$str .= " > ".$oApp->objectMakeLink();
|
||||
$str .= " > ".$oVersion->sName;
|
||||
} else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user