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()