1
0
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:
Cameron 2019-03-19 12:15:23 -07:00
parent 810fb81d78
commit 95d63cd166

View File

@ -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;
}