mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 05:27:32 +00:00
- fixed typo which caused a php error
This commit is contained in:
parent
b60455432c
commit
a311e61343
|
@ -28,7 +28,7 @@ if ($user->isGuest()) {
|
|||
UI::exitError(getMLText("edit_user_details"),getMLText("access_denied"));
|
||||
}
|
||||
|
||||
if (!$user->isAmdin() && ($settings->_disableSelfEdit)) {
|
||||
if (!$user->isAdmin() && ($settings->_disableSelfEdit)) {
|
||||
UI::exitError(getMLText("edit_user_details"),getMLText("access_denied"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user