Load all apps in core share ajax file for apps to register their share backends

This commit is contained in:
Michael Gapczynski 2012-10-27 17:25:10 -04:00
parent 6f5d0ec9a9
commit fefc4e1707
1 changed files with 1 additions and 0 deletions

View File

@ -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']) {