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', ''); } }