diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-24 21:27:34 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-24 21:27:34 -0700 |
commit | 545c069786c1254465ed4fb3054c71e9fdb582db (patch) | |
tree | d187ce04e44e0863725db1f502a0b50936ece22d /modules/gallery/tests | |
parent | da9e03003a22fd39f2a790b4568af5211d3b1523 (diff) |
Delete old SWFupload code. We replaced it with uploadify ages ago.
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/Gallery_Filters.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/tests/Gallery_Filters.php b/modules/gallery/tests/Gallery_Filters.php index 052990d5..1c07f93e 100644 --- a/modules/gallery/tests/Gallery_Filters.php +++ b/modules/gallery/tests/Gallery_Filters.php @@ -43,7 +43,6 @@ class GalleryCodeFilterIterator extends FilterIterator { strpos($path_name, MODPATH . "unit_test") !== false || strpos($path_name, MODPATH . "exif/lib") !== false || strpos($path_name, MODPATH . "user/lib/PasswordHash") !== false || - strpos($path_name, DOCROOT . "lib/swfupload") !== false || strpos($path_name, SYSPATH) !== false || strpos($path_name, MODPATH . "gallery/libraries/HTMLPurifier") !== false || substr($path_name, -1, 1) == "~"); |