diff options
Diffstat (limited to 'lib/event.php')
-rw-r--r-- | lib/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event.php b/lib/event.php index f5406d07a..10ef5ec0a 100644 --- a/lib/event.php +++ b/lib/event.php @@ -108,6 +108,6 @@ class Event { } } } - return ($result === false); + return ($result !== false); } } |