summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-27 16:29:33 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-27 16:29:33 -0700
commit5e7cc75a29623781bfdc907c4bf76626151a6caa (patch)
tree637b4126dfaf06601e5ee08a389f0935e4a13153 /modules/gallery/helpers/gallery.php
parent28b09a304630babf18e41aa56b24152c8babcef0 (diff)
Convert a few more references of APPPATH to MODPATH/gallery
Diffstat (limited to 'modules/gallery/helpers/gallery.php')
-rw-r--r--modules/gallery/helpers/gallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php
index bf33fa2b..34671f1f 100644
--- a/modules/gallery/helpers/gallery.php
+++ b/modules/gallery/helpers/gallery.php
@@ -27,7 +27,7 @@ class gallery_Core {
if (Router::$controller != "login" && !empty($maintenance_mode) && !user::active()->admin) {
Router::$controller = "maintenance";
- Router::$controller_path = APPPATH . "controllers/maintenance.php";
+ Router::$controller_path = MODPATH . "gallery/controllers/maintenance.php";
Router::$method = "index";
}
}