summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index de39dd020..7d1eede46 100644
--- a/index.php
+++ b/index.php
@@ -52,6 +52,7 @@ if (file_exists($actionfile)) {
}
$config['db']['database'] = $mirror;
}
+ call_user_func(array($action_obj, 'init'), $_REQUEST);
call_user_func(array($action_obj, 'handle'), $_REQUEST);
} else {
common_user_error(_('Unknown action'));