Skip to content

Commit

Permalink
Merge pull request #69 from NetCommons3/s-nakajima-patch-1
Browse files Browse the repository at this point in the history
パーミッションチェックをUploadsに変更
  • Loading branch information
s-nakajima committed Oct 20, 2018
2 parents c72a0bb + 80e8e66 commit 44f94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utility/InstallValidatorUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function permissions() {
$writables = array(
APP . 'Config',
APP . 'tmp',
APP . 'webroot' . DS . 'files'
APP . 'Uploads'
);
foreach ($writables as $path) {
if (is_writable($path)) {
Expand Down

0 comments on commit 44f94dc

Please sign in to comment.