mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Added debug info for Issue #3724
This commit is contained in:
parent
810fb81d78
commit
95d63cd166
@ -1176,6 +1176,7 @@ class users_admin_ui extends e_admin_ui
|
||||
if(!$key || !$sysuser->getValue('ban'))
|
||||
{
|
||||
$mes->addError(USRLAN_232);
|
||||
$mes->addDebug("key: ".$key." ban: ".$sysuser->getValue('ban'));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user