Delete the correct config value

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-04-20 12:23:12 +02:00
parent 547f6ee009
commit 38c901fadf
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 1 deletions

View File

@ -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();