From: Evan Prodromou Date: Mon, 18 Apr 2011 14:08:26 +0000 (-0400) Subject: Revert "disable showing tags; it throws a notice for me" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e7b880df74d2c23c8f1c40209d202c64a20d5bd;p=quix0rs-gnu-social.git Revert "disable showing tags; it throws a notice for me" This reverts commit 7d6efbf29e651f74667ea4eace653cf63e1e4d64. --- diff --git a/lib/profileblock.php b/lib/profileblock.php index b832b954ca..432df0da5a 100644 --- a/lib/profileblock.php +++ b/lib/profileblock.php @@ -62,7 +62,7 @@ abstract class ProfileBlock extends Widget $this->showLocation(); $this->showHomepage(); $this->showDescription(); - // $this->showTags(); + $this->showTags(); } function showAvatar()