This commit is contained in:
Intyre 2016-02-28 22:54:56 +01:00
parent ccadb5f2bb
commit a43db5ca25
No known key found for this signature in database
GPG Key ID: B06D41D26935005A

View File

@ -329,7 +329,7 @@ class Config{
$this->config[$k] = $v;
foreach($this->nestedCache as $nestedKey => $nvalue){
if(substr($nestedKey, 0, strlen($k) + 1) === ($k . ".")){
unset($this->nestedCache($nestedKey));
unset($this->nestedCache[$nestedKey]);
}
}
}