This commit is contained in:
Michael Yoo 2013-12-14 15:27:38 +10:30
parent a8f2225c4c
commit e2298d861c

View File

@ -167,7 +167,7 @@ class Config{
}
public function &get($k){
if($this->correct === false or !isset($this->config[$k])){
if(isset($this->correct) and ($this->correct === false or !isset($this->config[$k]))){
$false = false;
return $false;
}