]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "disable showing tags; it throws a notice for me"
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 14:08:26 +0000 (10:08 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 14:08:26 +0000 (10:08 -0400)
This reverts commit 7d6efbf29e651f74667ea4eace653cf63e1e4d64.

lib/profileblock.php

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