]> source.dussan.org Git - nextcloud-server.git/commitdiff
Apps need to be enabled in order to search through Shared directory for media scanning
authorMichael Gapczynski <GapczynskiM@gmail.com>
Tue, 17 Jan 2012 03:18:16 +0000 (22:18 -0500)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Tue, 17 Jan 2012 03:18:16 +0000 (22:18 -0500)
apps/media/ajax/api.php

index 93298c82c5591a7e22df3e69151de81f6494c9b5..4a93e84910edeaad2542383c25c463b197031227 100644 (file)
@@ -23,9 +23,6 @@
 
 header('Content-type: text/html; charset=UTF-8') ;
 
-//no apps
-$RUNTIME_NOAPPS=true;
-
 require_once('../../../lib/base.php');
 OC_JSON::checkAppEnabled('media');
 require_once('../lib_collection.php');