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