From 5483c1be4265d254be8cb9aefbd6aa9e1a6680ff Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 26 Apr 2012 21:58:43 +0200 Subject: [PATCH] hide fails --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ''); } } -- 2.39.5