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/tests | |
parent | 28b09a304630babf18e41aa56b24152c8babcef0 (diff) |
Convert a few more references of APPPATH to MODPATH/gallery
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/File_Structure_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/File_Structure_Test.php b/modules/gallery/tests/File_Structure_Test.php index 3b8c754f..017b1950 100644 --- a/modules/gallery/tests/File_Structure_Test.php +++ b/modules/gallery/tests/File_Structure_Test.php @@ -221,7 +221,7 @@ class GalleryCodeFilterIterator extends FilterIterator { strpos($path_name, DOCROOT . "test") !== false || strpos($path_name, DOCROOT . "var") !== false || strpos($path_name, MODPATH . "forge") !== false || - strpos($path_name, APPPATH . "views/kohana_error_page.php") !== false || + strpos($path_name, MODPATH . "gallery/views/kohana_error_page.php") !== false || strpos($path_name, MODPATH . "gallery/views/kohana_profiler.php") !== false || strpos($path_name, MODPATH . "gallery_unit_test/views/kohana_error_page.php") !== false || strpos($path_name, MODPATH . "gallery_unit_test/views/kohana_unit_test_cli.php") !== false || |