disable showing tags; it throws a notice for me

This commit is contained in:
Evan Prodromou 2011-04-18 10:03:38 -04:00
parent 28d0d9caad
commit 7d6efbf29e

View File

@ -62,7 +62,7 @@ abstract class ProfileBlock extends Widget
$this->showLocation(); $this->showLocation();
$this->showHomepage(); $this->showHomepage();
$this->showDescription(); $this->showDescription();
$this->showTags(); // $this->showTags();
} }
function showAvatar() function showAvatar()