From fefc4e17074b96ef944716ae7a6850fbfe76e55d Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sat, 27 Oct 2012 17:25:10 -0400 Subject: [PATCH] Load all apps in core share ajax file for apps to register their share backends --- core/ajax/share.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ajax/share.php b/core/ajax/share.php index 0fa162fb37..efe01dff88 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -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']) {