1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 16:31:48 +02:00

Issue #5476 Removed Debug

This commit is contained in:
camer0n
2025-04-22 04:20:14 -07:00
parent 935218b851
commit 3e220421c1

View File

@@ -882,7 +882,6 @@ class users_admin_ui extends e_admin_ui
if(getperms('0') && !empty($_POST['userid']))
{
e107::getMessage()->addInfo("Emulating User ID".print_a($_POST,true));
e107::getSession()->set('emulate', (int) $_POST['userid']);
}