hide profile block on settings and admin panels
This commit is contained in:
parent
a72dbc1aff
commit
d0317d96e1
@ -290,4 +290,8 @@ class AdminPanelAction extends Action
|
|||||||
|
|
||||||
return $isOK;
|
return $isOK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function showProfileBlock()
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -174,4 +174,8 @@ class SettingsAction extends CurrentUserDesignAction
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function showProfileBlock()
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user