Minor fixes
This commit is contained in:
parent
a61b836b47
commit
0f023864de
|
|
@ -141,7 +141,7 @@ class SelfUpdateController extends BaseController
|
||||||
if(strpos($file->getPathname(), '.git') !== false)
|
if(strpos($file->getPathname(), '.git') !== false)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// nlog($file->getPathname());
|
//nlog($file->getPathname());
|
||||||
|
|
||||||
if ($file->isFile() && ! $file->isWritable()) {
|
if ($file->isFile() && ! $file->isWritable()) {
|
||||||
// throw new FilePermissionsFailure($file);
|
// throw new FilePermissionsFailure($file);
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue