From a261f223e40f0ef171005ff25b82edbce10995a3 Mon Sep 17 00:00:00 2001 From: Stevie Mayhew Date: Fri, 11 Apr 2014 14:51:52 +1200 Subject: [PATCH] BUG Delete Character \x01 --- dev/install/install.php5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/install/install.php5 b/dev/install/install.php5 index 5d8238122..5e22ff060 100755 --- a/dev/install/install.php5 +++ b/dev/install/install.php5 @@ -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 {