X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=819c891e706f685da9238c7430fb7a0133aaa68d;hb=10492182b811dfcc6279bc43f99c49f847e326a4;hp=5e3a5d828499c33a1378e12c67dc8ffd33c587ad;hpb=ee9637af66061560e0597084d6ae42b70c99f68b;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 5e3a5d8284..819c891e70 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');