diff --git a/lib/base.php b/lib/base.php index ba378653f4..5118f64713 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', ''); } }