mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-28 06:13:15 +00:00
Merge pull request 'Remove unused parameter webdav_storage addon' (#1570) from MrPetovan/friendica-addons:bug/Art4-1364 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1570
This commit is contained in:
commit
c4e24833eb
1 changed files with 1 additions and 2 deletions
|
@ -8,11 +8,10 @@
|
|||
|
||||
use Friendica\Addon\webdav_storage\src\WebDav;
|
||||
use Friendica\Addon\webdav_storage\src\WebDavConfig;
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\DI;
|
||||
|
||||
function webdav_storage_install($a)
|
||||
function webdav_storage_install()
|
||||
{
|
||||
Hook::register('storage_instance' , __FILE__, 'webdav_storage_instance');
|
||||
Hook::register('storage_config' , __FILE__, 'webdav_storage_config');
|
||||
|
|
Loading…
Reference in a new issue