Fixing style errors.
This commit is contained in:
parent
9011b03528
commit
ada99b01f9
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user