]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
disable showing tags; it throws a notice for me
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 14:03:38 +0000 (10:03 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 14:03:38 +0000 (10:03 -0400)
lib/profileblock.php

index 432df0da5a89242e83b4e578d915fba515751910..b832b954ca8d3a87ef160ffee63a0fb1f19d3d98 100644 (file)
@@ -62,7 +62,7 @@ abstract class ProfileBlock extends Widget
         $this->showLocation();
         $this->showHomepage();
         $this->showDescription();
-        $this->showTags();
+        //        $this->showTags();
     }
 
     function showAvatar()