From e524012ec0967467fcb375432506f9e8363bbb1b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 10 Nov 2014 07:16:42 +0000 Subject: [PATCH] Refers to/uses 755 --- lib/properties.php | 2 +- lib/updater.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/properties.php b/lib/properties.php index 8399d6d..bf21a29 100644 --- a/lib/properties.php +++ b/lib/properties.php @@ -83,7 +83,7 @@ echo $chmodInfo; isDir()) { - mkdir($dest.DIRECTORY_SEPARATOR.$iterator->getSubPathName(), 0705); + mkdir($dest.DIRECTORY_SEPARATOR.$iterator->getSubPathName(), 0755); } else { rename($item, $dest.DIRECTORY_SEPARATOR.$iterator->getSubPathName()); }