This commit is contained in:
liumengyi
2021-11-29 15:19:19 +08:00
parent a3f5e8ab43
commit f164f0cdd0
-1
View File
@@ -1136,7 +1136,6 @@ class actionModel extends model
if(strpos($action->objectLabel, '|') !== false)
{
list($objectLabel, $moduleName, $methodName, $vars) = explode('|', $action->objectLabel);
a();
/* Fix bug #2961. */
$isLoginOrLogout = $action->objectType == 'user' and ($action->action == 'login' or $action->action == 'logout');