diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-27 16:29:33 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-27 16:29:33 -0700 |
commit | 5e7cc75a29623781bfdc907c4bf76626151a6caa (patch) | |
tree | 637b4126dfaf06601e5ee08a389f0935e4a13153 /modules/gallery/controllers/scaffold.php | |
parent | 28b09a304630babf18e41aa56b24152c8babcef0 (diff) |
Convert a few more references of APPPATH to MODPATH/gallery
Diffstat (limited to 'modules/gallery/controllers/scaffold.php')
-rw-r--r-- | modules/gallery/controllers/scaffold.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/scaffold.php b/modules/gallery/controllers/scaffold.php index 8ec1663a..5b8f9aa9 100644 --- a/modules/gallery/controllers/scaffold.php +++ b/modules/gallery/controllers/scaffold.php @@ -80,7 +80,7 @@ class Scaffold_Controller extends Template_Controller { $parents = ORM::factory("item")->where("type", "album")->find_all()->as_array(); $owner_id = user::active()->id; - $test_images = glob(APPPATH . "tests/images/*.[Jj][Pp][Gg]"); + $test_images = glob(MODPATH . "gallery/tests/images/*.[Jj][Pp][Gg]"); batch::start(); $album_count = $photo_count = 0; |