Index: branches/5.3.x/core/kernel/utility/Router/AbstractCategoryItemRouter.php =================================================================== diff -u -N -r16252 -r16519 --- branches/5.3.x/core/kernel/utility/Router/AbstractCategoryItemRouter.php (.../AbstractCategoryItemRouter.php) (revision 16252) +++ branches/5.3.x/core/kernel/utility/Router/AbstractCategoryItemRouter.php (.../AbstractCategoryItemRouter.php) (revision 16519) @@ -1,6 +1,6 @@ buildPrefix); if ( !array_key_exists($prefix, $default_per_page) ) { + /** @var ListHelper $list_helper */ $list_helper = $this->Application->recallObject('ListHelper'); - /* @var $list_helper ListHelper */ $default_per_page[$prefix] = $list_helper->getDefaultPerPage($prefix); }