backup
backup copied to clipboard
ExternalFolderService.php prepareStorageConfig causes error due to missing $user
Context https://github.com/nextcloud/backup/blob/master/lib/Service/ExternalFolderService.php on master Change introduced with last merge throws error due to missing $user. It seems that manipulageStorageConfig parameter $user is optional (initialized with null). Please either replace $user by null or evaluate an appropriate value.
same issue as #152
fixed with PR #206