mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-03 16:16:50 +01: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[0]] = $key[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
return $config[$key];
|
return @$config[$key];
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearCache()
|
function clearCache()
|
||||||
|
|||||||
Reference in New Issue
Block a user