]> source.dussan.org Git - nextcloud-server.git/commitdiff
add require_once('../lib/base.php'); to webdav.php
authorGeorg Ehrke <dev@georgswebsite.de>
Wed, 2 May 2012 14:47:25 +0000 (16:47 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Wed, 2 May 2012 14:47:25 +0000 (16:47 +0200)
apps/files/appinfo/remote.php

index 232a61ed9447d94169252a7aa54bf8f6850825a5..3ac0023fb848faa41fdd027e780fc077269d5c2e 100644 (file)
@@ -25,6 +25,7 @@
 
 // Do not load FS ...
 $RUNTIME_NOSETUPFS = true;
+require_once('../lib/base.php');
 
 // only need filesystem apps
 $RUNTIME_APPTYPES=array('filesystem','authentication');