diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 19:58:15 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 19:58:15 -0700 |
commit | cdf5a4fcbf8ccbe90b0d2a41d08e8dc65626f305 (patch) | |
tree | c2f083f347305ed92e52d8213f258cd7521c034e /modules/gallery/hooks/init_gallery.php | |
parent | 8d430259fe641f2680eeacad519744de1d02aac4 (diff) | |
parent | 68411cc903a1fedd5014763f55f3925c5a971b0f (diff) |
Merge branch 'master' into talmdal_dev
Conflicts:
modules/gallery/helpers/gallery_event.php
Diffstat (limited to 'modules/gallery/hooks/init_gallery.php')
-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")); |