hide profile block on settings and admin panels

This commit is contained in:
Evan Prodromou 2011-03-14 11:00:07 -05:00
parent a72dbc1aff
commit d0317d96e1
2 changed files with 8 additions and 0 deletions

View File

@ -290,4 +290,8 @@ class AdminPanelAction extends Action
return $isOK; return $isOK;
} }
function showProfileBlock()
{
}
} }

View File

@ -174,4 +174,8 @@ class SettingsAction extends CurrentUserDesignAction
{ {
return; return;
} }
function showProfileBlock()
{
}
} }