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