]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/peopletaggroupnav.php
Faster NodeInfo stats
[quix0rs-gnu-social.git] / lib / peopletaggroupnav.php
index fb579affe09c77f73774aca20243fbd040713279..44e4756b810a8bf0c462db9adeeaf94179c41264 100644 (file)
@@ -105,7 +105,8 @@ class PeopletagGroupNav extends Widget
 
         $this->out->elementStart('ul', array('class' => 'nav'));
 
-        if (Event::handle('StartPeopletagGroupNav', array($this))) {
+        if (Event::handle('StartPeopletagGroupNav', array($this))
+                && $tag instanceof Profile_list && $user_profile instanceof Profile) {
             // People tag timeline
             $this->out->menuItem(common_local_url('showprofiletag', array('nickname' => $user_profile->nickname,
                                                                           'tag'    => $tag->tag)),