diff options
author | admin <devnull@localhost> | 2006-10-04 09:46:15 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-04 09:46:15 +0200 |
commit | 02855e0a5ca144b8b01be2a49cb2780cf5abf653 (patch) | |
tree | 99225243800e3c86c6f082618bb0b5807d93f980 /system/helpers | |
parent | b87cf23b9a4a4611cacf6316a7c437af54ebde52 (diff) |
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/file_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index 4c7eaa54e..c0f525688 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -112,7 +112,7 @@ function write_file($path, $data, $mode = 'wb') */ 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)) |