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:
Clemens Schwaighofer
2022-06-23 09:12:46 +09:00
parent b61152f10e
commit d97b173ee7
3 changed files with 34 additions and 15 deletions

View File

@@ -108,7 +108,7 @@ $data = [
];
// log action
// no log if login
if (!$login->login) {
if (!$login->loginActionRun()) {
$cms->adbEditLog('Submit', $data, 'BINARY');
}
//------------------------------ logging end