This commit is contained in:
Ad Schellevis 2019-11-08 10:06:38 +01:00
parent 01b74e60b1
commit d547bc48bc

View File

@ -308,6 +308,10 @@ class Config extends Singleton
*/
public function forceReload()
{
if ($this->config_file_handle !== null) {
fclose($this->config_file_handle);
$this->config_file_handle = null;
}
$this->init();
}