summaryrefslogtreecommitdiff
path: root/utils/modules/events.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/modules/events.php')
-rw-r--r--utils/modules/events.php2
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);