$RUNTIME_APPTYPES is no longer used - left over from pre OC4

This commit is contained in:
Thomas Müller 2014-04-28 17:56:20 +02:00
parent af22e7ec95
commit ac9e07c589

View file

@ -20,11 +20,6 @@
*
*/
// only need filesystem apps
$RUNTIME_APPTYPES=array('filesystem');
// Init owncloud
if(!\OC_App::isEnabled('files_sharing')){
exit;
}