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