From: Joas Schilling Date: Thu, 20 Apr 2017 10:23:12 +0000 (+0200) Subject: Delete the correct config value X-Git-Tag: v12.0.0beta1~111^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=38c901fadfdd116d0597428789eb3963e200f9d4;p=nextcloud-server.git Delete the correct config value Signed-off-by: Joas Schilling --- diff --git a/tests/lib/Log/FileTest.php b/tests/lib/Log/FileTest.php index 4bd5b6f21ab..f71d536d61e 100644 --- a/tests/lib/Log/FileTest.php +++ b/tests/lib/Log/FileTest.php @@ -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();