ACL\Login move public var to private: login
the former public var $login is now private and if it is set can be checked with loginActionSet (true if login_login was in _POST as login action. Some info update for phpUnit ACL\Login test file
This commit is contained in:
@@ -108,7 +108,7 @@ $data = [
|
||||
];
|
||||
// log action
|
||||
// no log if login
|
||||
if (!$login->login) {
|
||||
if (!$login->loginActionRun()) {
|
||||
$cms->adbEditLog('Submit', $data, 'BINARY');
|
||||
}
|
||||
//------------------------------ logging end
|
||||
|
||||
Reference in New Issue
Block a user