category: use objectMakeLink()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-01 00:09:05 +00:00
committed by WineHQ
parent 6b9abce52c
commit 434ef17426

View File

@@ -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
{