diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 04:52:19 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 04:52:19 +0000 |
commit | bdd5c3a57589157ad633acb454fa62bded9e9496 (patch) | |
tree | 637ab469b00d477d1b82f88a36011e14f6f2a119 /core/tests/File_Structure_Test.php | |
parent | 13cc8bc706e9210c25c00fbd3ae8cf53f9eb3d9e (diff) |
update PasswordHash path
Diffstat (limited to 'core/tests/File_Structure_Test.php')
-rw-r--r-- | core/tests/File_Structure_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/File_Structure_Test.php b/core/tests/File_Structure_Test.php index eaabe8bd..a96d5f75 100644 --- a/core/tests/File_Structure_Test.php +++ b/core/tests/File_Structure_Test.php @@ -222,7 +222,7 @@ class GalleryCodeFilterIterator extends FilterIterator { strpos($path_name, MODPATH . "gallery_unit_test/views/kohana_unit_test.php") !== false || strpos($path_name, MODPATH . "unit_test") !== false || strpos($path_name, MODPATH . "exif/lib") !== false || - strpos($path_name, MODPATH . "user/libraries/PasswordHash") !== false || + strpos($path_name, MODPATH . "user/lib/PasswordHash") !== false || strpos($path_name, DOCROOT . "lib/swfupload") !== false || strpos($path_name, SYSPATH) !== false || substr($path_name, -1, 1) == "~"); |