1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Minor fixes

This commit is contained in:
David Bomba 2022-03-20 09:05:29 +11:00
parent a61b836b47
commit 0f023864de
2 changed files with 256 additions and 903 deletions

View File

@ -141,7 +141,7 @@ class SelfUpdateController extends BaseController
if(strpos($file->getPathname(), '.git') !== false)
continue;
// nlog($file->getPathname());
//nlog($file->getPathname());
if ($file->isFile() && ! $file->isWritable()) {
// throw new FilePermissionsFailure($file);

1157
composer.lock generated

File diff suppressed because it is too large Load Diff