mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 17:39:46 +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'))
|
if(!$key || !$sysuser->getValue('ban'))
|
||||||
{
|
{
|
||||||
$mes->addError(USRLAN_232);
|
$mes->addError(USRLAN_232);
|
||||||
|
$mes->addDebug("key: ".$key." ban: ".$sysuser->getValue('ban'));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user