From: quix0r 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/?a=commitdiff_plain;h=6b1fd3ec04cfbf1da48624d94f150a04f1305965;p=mailer.git 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