From: Roland Häder Date: Sun, 11 Sep 2011 11:18:35 +0000 (+0000) Subject: Do not check if a config entry is there in this situation X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=b3154fcf34de56f8069671d850f99eda386127c3 Do not check if a config entry is there in this situation --- 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