]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix webdav, bloody merge conflicts
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 7 May 2012 10:47:34 +0000 (12:47 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Mon, 7 May 2012 10:47:34 +0000 (12:47 +0200)
apps/files/appinfo/remote.php

index 94ae101bb00ad522925d4a174a201ddc102d1062..465e0c0a93556d7ff6035a5d0ba2324951dc533e 100644 (file)
@@ -24,7 +24,6 @@
  */
 // only need filesystem apps
 $RUNTIME_APPTYPES=array('filesystem','authentication');
-require_once('../lib/base.php');
 
 // Backends
 $authBackend = new OC_Connector_Sabre_Auth();