X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=e83211bd9d394ffd7a211dba1e0309bab8c814b6;hb=1c6f1e3a075bb30911a3ac6cf6f90c9125261ec5;hp=5e3a5d828499c33a1378e12c67dc8ffd33c587ad;hpb=8d55583979393ee9d065531e3a2f6ab1507406d3;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 5e3a5d8284..e83211bd9d 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -119,8 +119,8 @@ ORDER BY // Init filters registerFilter('init', 'LOAD_CONFIGURATION'); registerFilter('init', 'INIT_EXTENSIONS'); - registerFilter('init', 'LOAD_RUNTIME_INCLUDES'); registerFilter('init', 'INIT_RANDOMIZER'); + registerFilter('init', 'LOAD_RUNTIME_INCLUDES'); registerFilter('init', 'INIT_RANDOM_NUMBER'); registerFilter('init', 'CHECK_SVN_REVISION'); registerFilter('init', 'RUN_DAILY_RESET'); @@ -158,6 +158,7 @@ ORDER BY // Register shutdown filters registerFilter('shutdown', 'FLUSH_FILTERS'); registerFilter('shutdown', 'FLUSH_STATS'); + registerFilter('shutdown', 'FLUSH_TEMPLATE_CACHE'); registerFilter('shutdown', 'FLUSH_OUTPUT'); // Compiling code