mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Added debug info for Issue #3724
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user