diff options
-rw-r--r-- | core/ajax/share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ajax/share.php b/core/ajax/share.php index 0fa162fb371..efe01dff886 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']) { |