summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-19 17:28:19 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-19 17:28:19 -0400
commitb58edbcc4eddbc9d2802708aae5155e1f70e08d2 (patch)
treec54653ad7009aef3a219cc4dee96fa21b3349d84 /index.php
parent4ac7a4054e31241813404cdfdf2cb5e8cf97b4f1 (diff)
parentdd916abd8cf6058dc5bb5780f2592d83343eba20 (diff)
Merge branch '0.7.x' into conversationtree
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index e24bde917..0c69e226f 100644
--- a/index.php
+++ b/index.php
@@ -101,6 +101,8 @@ function main()
$args = array_merge($args, $_REQUEST);
+ Event::handle('ArgsInitialize', array(&$args));
+
$action = $args['action'];
if (!$action || !preg_match('/^[a-zA-Z0-9_-]*$/', $action)) {