From 7d6efbf29e651f74667ea4eace653cf63e1e4d64 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 18 Apr 2011 10:03:38 -0400 Subject: [PATCH] disable showing tags; it throws a notice for me --- lib/profileblock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5