mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-25 07:38:40 +00:00
Fix formatting
This commit is contained in:
parent
7f603656f3
commit
51894cbbb5
|
|
@ -86,7 +86,7 @@ final class EventManager
|
|||
$result = false;
|
||||
|
||||
foreach ($allGroups as $match) {
|
||||
if(\preg_match('~^' . $group . '$~', $match) === 1) {
|
||||
if (\preg_match('~^' . $group . '$~', $match) === 1) {
|
||||
$result = $result || $this->triggerSingleEvent($match, $id, $data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user