diff --git a/include/category.php b/include/category.php index ea8d10a..c6d7d9d 100644 --- a/include/category.php +++ b/include/category.php @@ -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 {