diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 22:47:36 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 22:47:36 -0500 |
commit | d268703d693c8f785e0f1e80a2480230c9327703 (patch) | |
tree | 7799d11e0b76638353d306467d05f9ace38e9da7 /index.php | |
parent | d55318eaed51af23b59fc60de58b55070c48d0b9 (diff) |
add init, last_modified to actions
darcs-hash:20081202034736-5ed1f-e096ab5e9a77d2bb74c949659966d400cbc9a149.gz
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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')); |