Index: branches/5.2.x/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r15016 -r15045 --- branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 15016) +++ branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 15045) @@ -1,6 +1,6 @@ Application->isAdmin) { + if ( !$this->Application->isAdmin ) { $event->setEventParam('same_special', true); } return parent::getPerPage($event); } /** - * Set's correct page for list - * based on data provided with event + * Set's correct page for list based on data provided with event * * @param kEvent $event - * @access private - * @see OnListBuild + * @return void + * @access protected + * @see kDBEventHandler::OnListBuild() */ - function SetPagination(&$event) + protected function SetPagination(kEvent &$event) { parent::SetPagination($event);