A few fixes!

This commit is contained in:
Shoghi Cervantes
2015-03-21 00:45:20 +01:00
parent 652987110a
commit add380c7ed
10 changed files with 55 additions and 25 deletions

View File

@ -83,7 +83,6 @@ class Config{
public function reload(){
$this->config = [];
$this->correct = false;
unset($this->type);
$this->load($this->file);
}