summaryrefslogtreecommitdiff
path: root/utils/modules/events.php
diff options
context:
space:
mode:
authordeva <deva>2010-01-28 14:11:14 +0000
committerdeva <deva>2010-01-28 14:11:14 +0000
commit10267210927846619e39e76ac173d9295851b948 (patch)
treebf85343aa358b25b68ce953492689cbcebb37259 /utils/modules/events.php
parent55b8d42b6422f24196078c8adb6a2a59861d0ef4 (diff)
Fix broken module loading in admin. New module parameter system.
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);