diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-20 12:23:12 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-20 12:23:12 +0200 |
commit | 38c901fadfdd116d0597428789eb3963e200f9d4 (patch) | |
tree | 8437607854a4fa1b9e93f210174b99e91c5aa276 /tests | |
parent | 547f6ee0098b46d6602c40e003a9ae6032f92872 (diff) | |
download | nextcloud-server-38c901fadfdd116d0597428789eb3963e200f9d4.tar.gz nextcloud-server-38c901fadfdd116d0597428789eb3963e200f9d4.zip |
Delete the correct config value
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Log/FileTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |