diff options
Diffstat (limited to 'utils/modules/events.php')
-rw-r--r-- | utils/modules/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modules/events.php b/utils/modules/events.php index d8631ec..9fdf0b8 100644 --- a/utils/modules/events.php +++ b/utils/modules/events.php @@ -237,7 +237,7 @@ class Events { public function run($params) { - foreach($params as $param) { + foreach($params as $param => $value) { switch($param) { case "coming": return $this->showcoming(-1); |