Suppress warning in setup if config doesn't exist
This commit is contained in:
parent
33e1ced53c
commit
aa7d8edd14
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue