Index: branches/5.2.x/core/units/system_event_subscriptions/system_event_subscription_tp.php =================================================================== diff -u -N -r16432 -r16513 --- branches/5.2.x/core/units/system_event_subscriptions/system_event_subscription_tp.php (.../system_event_subscription_tp.php) (revision 16432) +++ branches/5.2.x/core/units/system_event_subscriptions/system_event_subscription_tp.php (.../system_event_subscription_tp.php) (revision 16513) @@ -1,6 +1,6 @@ getObject($params); - /* @var $object kDBItem */ $category_id = $object->GetDBField('CategoryId'); @@ -42,8 +42,8 @@ $params['cat_id'] = $category_id; + /** @var kNavigationBar $navigation_bar */ $navigation_bar = $this->Application->recallObject('kNavigationBar'); - /* @var $navigation_bar kNavigationBar */ return $navigation_bar->build($params); } @@ -57,8 +57,8 @@ */ protected function ItemName($params) { + /** @var kDBList $object */ $object = $this->getObject($params); - /* @var $object kDBList */ if ( !isset($this->_analyzer) ) { $this->_analyzer = new kSubscriptionAnalyzer($object);