From 6b1fd3ec04cfbf1da48624d94f150a04f1305965 Mon Sep 17 00:00:00 2001 From: quix0r 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.39.2