From b3154fcf34de56f8069671d850f99eda386127c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 11 Sep 2011 11:18:35 +0000 Subject: [PATCH] Do not check if a config entry is there in this situation --- inc/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/filters.php b/inc/filters.php index 6d9b97eb90..fcafc63c0e 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -604,7 +604,7 @@ function FILTER_RUN_RESET_INCLUDES () { setIncludePool('reset', getArrayFromDirectory('inc/daily/', 'daily_')); // Update configuration if this reset is not being debugged - if ((!isConfigEntrySet('DEBUG_RESET')) && (!isDebugResetEnabled())) { + if (!isDebugResetEnabled()) { updateConfiguration('last_update', 'UNIX_TIMESTAMP()'); } // END - if -- 2.30.2