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