diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-23 22:28:40 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-23 22:28:40 -0600 |
commit | e13f92abab2cef2d58cc4e560e18aa65c138a264 (patch) | |
tree | e30807ca5c91a181912b746c0d89cd321ec5ee8b /modules/gallery/hooks | |
parent | bb47b495a7d719ee679e4747e9fd5b8f7c39b58a (diff) | |
parent | 5fb0434a478051f77ab241f62656ad941225c397 (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/hooks')
-rw-r--r-- | modules/gallery/hooks/init_gallery.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/hooks/init_gallery.php b/modules/gallery/hooks/init_gallery.php index da7eeb0f..b2d9c4de 100644 --- a/modules/gallery/hooks/init_gallery.php +++ b/modules/gallery/hooks/init_gallery.php @@ -27,7 +27,6 @@ if (!file_exists(VARPATH . "database.php")) { Event::add("system.ready", array("I18n", "instance")); Event::add("system.ready", array("module", "load_modules")); Event::add("system.ready", array("gallery", "ready")); -Event::add("system.post_routing", array("theme", "load_themes")); Event::add("system.post_routing", array("url", "parse_url")); Event::add("system.post_routing", array("gallery", "maintenance_mode")); Event::add("system.shutdown", array("gallery", "shutdown")); |