From: Evan Prodromou Date: Mon, 18 Apr 2011 14:03:38 +0000 (-0400) Subject: disable showing tags; it throws a notice for me X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d6efbf29e651f74667ea4eace653cf63e1e4d64;p=quix0rs-gnu-social.git disable showing tags; it throws a notice for me --- diff --git a/lib/profileblock.php b/lib/profileblock.php index 432df0da5a..b832b954ca 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()