Skip to content
Snippets Groups Projects
Commit aa7d8edd authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Suppress warning in setup if config doesn't exist

parent 33e1ced5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment