diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-09-02 22:32:46 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-09-02 22:32:46 +0300 |
commit | 9572c664d2bfff0877d4f2062eb0ef6665a109cf (patch) | |
tree | 89c8e2868c1490a0bc578ce4a69c0ed7fae8b5bf /modules/gallery/hooks/init_gallery.php | |
parent | a0033ce75968b3c134c0e439046f135b1e646550 (diff) | |
parent | 511826a33cbbf03bf1e3cb151f1a181b8e6723e8 (diff) |
Merge remote branch 'gallery3/master'
Diffstat (limited to 'modules/gallery/hooks/init_gallery.php')
-rw-r--r-- | modules/gallery/hooks/init_gallery.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/hooks/init_gallery.php b/modules/gallery/hooks/init_gallery.php index 64e44b56..10a74733 100644 --- a/modules/gallery/hooks/init_gallery.php +++ b/modules/gallery/hooks/init_gallery.php @@ -38,6 +38,7 @@ Event::add("system.ready", array("module", "load_modules")); Event::add("system.ready", array("gallery", "ready")); Event::add("system.post_routing", array("url", "parse_url")); Event::add("system.post_routing", array("gallery", "maintenance_mode")); +Event::add("system.post_routing", array("gallery", "private_gallery")); Event::add("system.shutdown", array("gallery", "shutdown")); // @todo once we convert to Kohana 2.4 this doesn't have to be here |