summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-26 21:58:43 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-26 21:58:43 +0200
commit5483c1be4265d254be8cb9aefbd6aa9e1a6680ff (patch)
tree52f940936c0b6b1c3a1005ce6426a885f11a0d0b /lib/base.php
parent5fda0e4b3b65c9bb0be4c627a0db87431875760a (diff)
downloadnextcloud-server-5483c1be4265d254be8cb9aefbd6aa9e1a6680ff.tar.gz
nextcloud-server-5483c1be4265d254be8cb9aefbd6aa9e1a6680ff.zip
hide fails
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index ba378653f47..5118f647134 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -435,7 +435,7 @@ class OC{
}
//update path to lib base
- file_put_contents(OC::$APPSROOT . '/apps/inc.php', '<?php require_once(\'' . OC::$SERVERROOT . '/lib/base.php' . '\'); ?>');
+ @file_put_contents(OC::$APPSROOT . '/apps/inc.php', '<?php require_once(\'' . OC::$SERVERROOT . '/lib/base.php' . '\'); ?>');
}
}