Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-07 18:34:00 +00:00
parent d8ae40c647
commit 912f0a8b95

View File

@ -763,8 +763,8 @@ class EmailCollector extends CommonObject
$flags .= '/norsh'; $flags .= '/norsh';
} }
//Used in shared mailbox from Office365 //Used in shared mailbox from Office365
if (strpos($this->login,'/') != false) { if (strpos($this->login, '/') != false) {
$partofauth = explode ('/',$this->login); $partofauth = explode('/', $this->login);
$flags .= '/authuser='.$partofauth[0].'/user='.$partofauth[1]; $flags .= '/authuser='.$partofauth[0].'/user='.$partofauth[1];
} }