Delete the correct config value
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
547f6ee009
commit
38c901fadf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class FileTest extends TestCase
|
|||
if (isset($this->restore_logdateformat)) {
|
||||
$config->getSystemValue("logdateformat", $this->restore_logdateformat);
|
||||
} else {
|
||||
$config->deleteSystemValue("restore_logdateformat");
|
||||
$config->deleteSystemValue("logdateformat");
|
||||
}
|
||||
File::init();
|
||||
parent::tearDown();
|
||||
|
|
Loading…
Reference in a new issue