Index: branches/5.2.x/units/topics/topics_tag_processor.php =================================================================== diff -u -N -r15286 -r16515 --- branches/5.2.x/units/topics/topics_tag_processor.php (.../topics_tag_processor.php) (revision 15286) +++ branches/5.2.x/units/topics/topics_tag_processor.php (.../topics_tag_processor.php) (revision 16515) @@ -1,6 +1,6 @@ Application->recallObject('PostHelper'); - /* @var $post_helper PostHelper */ $subscribed = $post_helper->getSubscriptionManager('CategoryTopics')->subscribed(); } @@ -108,11 +108,11 @@ static $subscribed = null; if ( !isset($subscribed) ) { + /** @var kDBItem $object */ $object = $this->getObject($params); - /* @var $object kDBItem */ + /** @var PostHelper $post_helper */ $post_helper = $this->Application->recallObject('PostHelper'); - /* @var $post_helper PostHelper */ $subscribed = $post_helper->getSubscriptionManager('TopicPosts', Array ($object->GetID()))->subscribed(); }