]> source.dussan.org Git - nextcloud-server.git/commitdiff
Delete the correct config value
authorJoas Schilling <coding@schilljs.com>
Thu, 20 Apr 2017 10:23:12 +0000 (12:23 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 20 Apr 2017 10:23:12 +0000 (12:23 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/lib/Log/FileTest.php

index 4bd5b6f21ab5a48d93ebd7f432cc024ace0475fe..f71d536d61ea701c82c1b7ab8b37061b0f1493ee 100644 (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();