mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
* simply ignore notice if key does not exist on config()
This commit is contained in:
@@ -1064,7 +1064,7 @@ function config($key) {
|
||||
return $config[$key[0]] = $key[1];
|
||||
}
|
||||
|
||||
return $config[$key];
|
||||
return @$config[$key];
|
||||
}
|
||||
|
||||
function clearCache()
|
||||
|
Reference in New Issue
Block a user