]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Also reset (aka daily reset scripts) renamed. The naming 'reset' came from the time...
[mailer.git] / inc / filters.php
index a75f8dd0c9011f11ea2cadd3248c3b3230df33bd..5f69f44285c5e1725999099260676efc54d5f8f9 100644 (file)
@@ -557,7 +557,7 @@ function FILTER_RUN_RESET_INCLUDES () {
        } // END - if
 
        // Get more daily reset scripts
-       setIncludePool('reset', getArrayFromDirectory('inc/reset/', 'reset_'));
+       setIncludePool('reset', getArrayFromDirectory('inc/daily/', 'daily_'));
 
        // Update database
        if ((!isConfigEntrySet('DEBUG_RESET')) || (getConfig('DEBUG_RESET') != 'Y')) updateConfiguration('last_update', 'UNIX_TIMESTAMP()');