Revert "disable showing tags; it throws a notice for me"

This reverts commit 7d6efbf29e.
This commit is contained in:
Evan Prodromou 2011-04-18 10:08:26 -04:00
parent c30dcbebbc
commit 9e7b880df7
1 changed files with 1 additions and 1 deletions

View File

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