Load all apps in core share ajax file for apps to register their share backends
This commit is contained in:
parent
6f5d0ec9a9
commit
fefc4e1707
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
OC_JSON::checkLoggedIn();
|
||||
OCP\JSON::callCheck();
|
||||
OC_App::loadApps();
|
||||
|
||||
if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSource'])) {
|
||||
switch ($_POST['action']) {
|
||||
|
|
Loading…
Reference in a new issue