diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index e7e19869d2..4ff0bc510c 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -1,7 +1,9 @@ "string")); OC_Util::addScript("files_sharing", "share"); OC_App::addNavigationSubEntry("files_index", array( "id" => "files_sharing_list", diff --git a/lib/base.php b/lib/base.php index 5a5381a890..b2cbde5679 100644 --- a/lib/base.php +++ b/lib/base.php @@ -107,8 +107,6 @@ if(!$error and !$RUNTIME_NOAPPS ){ // Was in required file ... put it here OC_Filesystem::registerStorageType('local','OC_Filestorage_Local',array('datadir'=>'string')); -require_once('apps/files_sharing/sharedstorage.php'); -OC_Filesystem::registerStorageType('shared','OC_Filestorage_Shared',array('datadir'=>'string')); // Set up file system unless forbidden if(!$error and !$RUNTIME_NOSETUPFS ){