Do not check if a config entry is there in this situation
authorRoland Häder <roland@mxchange.org>
Sun, 11 Sep 2011 11:18:35 +0000 (11:18 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 11 Sep 2011 11:18:35 +0000 (11:18 +0000)
inc/filters.php

index 6d9b97eb906a901fe25b22aaf8b0a467c1c4279d..fcafc63c0ea18c7c25b6265986d489f6be06df24 100644 (file)
@@ -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