Index: branches/unlabeled/unlabeled-1.56.2/kernel/include/category.php =================================================================== diff -u -r6026 -r6078 --- branches/unlabeled/unlabeled-1.56.2/kernel/include/category.php (.../category.php) (revision 6026) +++ branches/unlabeled/unlabeled-1.56.2/kernel/include/category.php (.../category.php) (revision 6078) @@ -839,8 +839,8 @@ function GetNavbar() { - $ml_formatter =& $this->Application->recallObject('kMultiLanguage'); - return str_replace('&|&', ' > ', $this->Get($ml_formatter->LangFieldName('CachedNavbar'))); + $ml_formatter =& $this->Application->recallObject('kMultiLanguage'); + return str_replace('&|&', ' > ', $this->Get($ml_formatter->LangFieldName('CachedNavbar'))); } function ParseObject($element)