had the logic on event handler reversed
This commit is contained in:
parent
55cba5007e
commit
e40d503dfb
|
@ -108,6 +108,6 @@ class Event {
|
|||
}
|
||||
}
|
||||
}
|
||||
return ($result === false);
|
||||
return ($result !== false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user