This commit is contained in:
Shoghi Cervantes 2015-06-10 10:10:07 +02:00
parent 4a8ca96aaa
commit eeef81e2b1

View File

@ -1314,7 +1314,7 @@ class Server{
if(isset($v[$variable])){
$this->propertyCache[$variable] = $v[$variable];
}else{
$this->propertyCache[$variable] = $this->properties->getNested($variable);
$this->propertyCache[$variable] = $this->config->getNested($variable);
}
}