mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 03:54:34 -04:00
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);
|
||||||
|
1157
composer.lock
generated
1157
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user