Fixing style errors.

This commit is contained in:
stickler-ci 2020-02-26 07:20:28 +00:00
parent 9011b03528
commit ada99b01f9

View File

@ -1795,7 +1795,7 @@ class EmailCollector extends CommonObject
} }
// Create event specific on hook // Create event specific on hook
// this code action is hook..... for support this call // this code action is hook..... for support this call
elseif (substr($operation['type'],0,4) == 'hook'){ elseif (substr($operation['type'], 0, 4) == 'hook'){
global $hookmanager; global $hookmanager;
if(!is_object($hookmanager)) if(!is_object($hookmanager))
@ -1825,7 +1825,6 @@ class EmailCollector extends CommonObject
if($res < 0 ) if($res < 0 )
$this->error = $hookmanager->resPrint; $this->error = $hookmanager->resPrint;
} }
if ($errorforthisaction) if ($errorforthisaction)