diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-26 21:58:43 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-26 21:58:43 +0200 |
commit | 5483c1be4265d254be8cb9aefbd6aa9e1a6680ff (patch) | |
tree | 52f940936c0b6b1c3a1005ce6426a885f11a0d0b /lib/base.php | |
parent | 5fda0e4b3b65c9bb0be4c627a0db87431875760a (diff) | |
download | nextcloud-server-5483c1be4265d254be8cb9aefbd6aa9e1a6680ff.tar.gz nextcloud-server-5483c1be4265d254be8cb9aefbd6aa9e1a6680ff.zip |
hide fails
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
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' . '\'); ?>'); } } |