Merge pull request #3027 from stevie-mayhew/patch-3

FIX Delete Character \x01
This commit is contained in:
Damian Mooyman 2014-04-11 14:54:24 +12:00
commit bd39dc2d84

View File

@ -48,7 +48,7 @@ $dirsToCheck = array(
if($dirsToCheck[0] == $dirsToCheck[1]) {
unset($dirsToCheck[1]);
}
foreach($dirsToCheck as $dir) {
foreach($dirsToCheck as $dir) {
//check this dir and every parent dir (until we hit the base of the drive)
// or until we hit a dir we can't read
do {