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