backup icon indicating copy to clipboard operation
backup copied to clipboard

ExternalFolderService.php prepareStorageConfig causes error due to missing $user

Open gko-iteratec opened this issue 3 years ago • 2 comments

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.

gko-iteratec avatar Feb 10 '22 10:02 gko-iteratec

same issue as #152

Vrumf0ndel avatar Mar 08 '22 17:03 Vrumf0ndel

fixed with PR #206

Vrumf0ndel avatar Mar 21 '22 15:03 Vrumf0ndel