summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-01 22:47:36 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-01 22:47:36 -0500
commitd268703d693c8f785e0f1e80a2480230c9327703 (patch)
tree7799d11e0b76638353d306467d05f9ace38e9da7 /index.php
parentd55318eaed51af23b59fc60de58b55070c48d0b9 (diff)
add init, last_modified to actions
darcs-hash:20081202034736-5ed1f-e096ab5e9a77d2bb74c949659966d400cbc9a149.gz
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'));