summaryrefslogtreecommitdiffstats
path: root/handlers/default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/default.inc.php')
-rw-r--r--handlers/default.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/default.inc.php b/handlers/default.inc.php
index 14e00c3..8bc8200 100644
--- a/handlers/default.inc.php
+++ b/handlers/default.inc.php
@@ -14,5 +14,5 @@
}
}
- $handlers['default'] = new default_handler;
+ $GLOBALS['handlers']['default'] = new default_handler;
?>