Remove dupe load() causing reload debug spam

This call is completely redundant.
This commit is contained in:
dktapps 2016-09-06 09:10:08 +01:00 committed by Dylan K. Taylor
parent 36207debe0
commit 23e4ca64e4

View File

@ -89,7 +89,6 @@ class Config{
$this->config = [];
$this->nestedCache = [];
$this->correct = false;
$this->load($this->file);
$this->load($this->file, $this->type);
}