From: Georg Ehrke Date: Thu, 26 Apr 2012 19:58:43 +0000 (+0200) Subject: hide fails X-Git-Tag: v4.0.0beta~168^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5483c1be4265d254be8cb9aefbd6aa9e1a6680ff;p=nextcloud-server.git hide fails --- 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', ''); + @file_put_contents(OC::$APPSROOT . '/apps/inc.php', ''); } }