commit | 02855e0a5ca144b8b01be2a49cb2780cf5abf653 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Oct 04 07:46:15 2006 +0000 |
committer | admin <devnull@localhost> | Wed Oct 04 07:46:15 2006 +0000 |
tree | 99225243800e3c86c6f082618bb0b5807d93f980 | |
parent | b87cf23b9a4a4611cacf6316a7c437af54ebde52 [diff] [blame] |
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index 4c7eaa5..c0f5256 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php
@@ -112,7 +112,7 @@ */ function delete_files($path, $del_dir = FALSE) { - // Trim the trailing slahs + // Trim the trailing slash $path = preg_replace("|^(.+?)/*$|", "\\1", $path); if ( ! $current_dir = @opendir($path))