diff --git a/lib/profileblock.php b/lib/profileblock.php index 26d38ee349..7fcc11ef1a 100644 --- a/lib/profileblock.php +++ b/lib/profileblock.php @@ -106,6 +106,8 @@ abstract class ProfileBlock extends Widget $description); } + $this->showActions(); + $this->out->elementEnd('div'); } @@ -114,4 +116,7 @@ abstract class ProfileBlock extends Widget return AVATAR_PROFILE_SIZE; } + function showActions() + { + } }