mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
fix error msg
This commit is contained in:
parent
3011f96372
commit
babba864a1
|
@ -45,7 +45,7 @@ if (!is_object($rmuser)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($rmuser->getID()==$user->getID()) {
|
if ($rmuser->getID()==$user->getID()) {
|
||||||
UI::exitError(getMLText("transfer_objects"),getMLText("cannot_delete_yourself"));
|
UI::exitError(getMLText("transfer_objects"),getMLText("cannot_transfer_your_objects"));
|
||||||
}
|
}
|
||||||
|
|
||||||
$allusers = $dms->getAllUsers($settings->_sortUsersInList);
|
$allusers = $dms->getAllUsers($settings->_sortUsersInList);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user