mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
remove permanent log triggered during install and fix IDE warnings
This commit is contained in:
parent
485f97fe7e
commit
50d1d778e8
@ -229,7 +229,7 @@ class emailadmin_credentials
|
||||
//error_log(__METHOD__."(acc_id=$acc_id, '$username', \$password, type=$type, account_id=$account_id, cred_id=$cred_id)");
|
||||
if (!empty($cred_id) && !is_numeric($cred_id) || !is_numeric($account_id))
|
||||
{
|
||||
error_log(__METHOD__."($acc_id, '$username', \$password, $type, $account_id, ".array2string($cred_id).") not storing session credentials!");
|
||||
//error_log(__METHOD__."($acc_id, '$username', \$password, $type, $account_id, ".array2string($cred_id).") not storing session credentials!");
|
||||
return; // do NOT store credentials from session of current user!
|
||||
}
|
||||
$pw_enc = self::CLEARTEXT;
|
||||
|
Loading…
Reference in New Issue
Block a user