mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
ef1113490d
|
@ -44,7 +44,7 @@ if (!is_object($rmuser)) {
|
|||
UI::exitError(getMLText("rm_user"),getMLText("invalid_user_id"));
|
||||
}
|
||||
|
||||
if(in_array($rmuser->getID(), explode(',', $settings->_undelUserIds))) {
|
||||
if(in_array($rmuser->getID(), $settings->_undelUserIds)) {
|
||||
UI::exitError(getMLText("rm_user"),getMLText("cannot_delete_user"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user