Add name check for webdav configuration options #1227

Merged
GidiKroon merged 1 commit from bug/fix-webdav-storage-config into 2021.12-rc 2022-01-07 10:21:14 +01:00
GidiKroon commented 2022-01-07 02:21:50 +01:00 (Migrated from github.com)

The webdav_storage addon should check whether it should provide its
config options and its instance based on the provided $data['name'].
Not doing this will override the configuration and instance of another
storage add-on.

Fixes https://github.com/friendica/friendica/issues/11147.

The webdav_storage addon should check whether it should provide its config options and its instance based on the provided `$data['name']`. Not doing this will override the configuration and instance of another storage add-on. Fixes https://github.com/friendica/friendica/issues/11147.
MrPetovan (Migrated from github.com) approved these changes 2022-01-07 10:20:52 +01:00
MrPetovan commented 2022-01-07 10:21:07 +01:00 (Migrated from github.com)

Thank you for your work!

Thank you for your work!
Sign in to join this conversation.
No description provided.