diff options
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php index 3cbb89fb981..fcd0a9d7c3c 100644 --- a/lib/config.php +++ b/lib/config.php @@ -144,7 +144,7 @@ class OC_Config{ //Include file and merge config foreach($config_files as $file){ - include $file; + @include $file; if( isset( $CONFIG ) && is_array( $CONFIG )) { self::$cache = array_merge(self::$cache, $CONFIG); } |