X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=3f7569eaa3ca5d4c12b2daad0cb3a1066d09cb89;hp=174dad1ad888c2abbceeb43db94aca371a59eda7;hb=8d55583979393ee9d065531e3a2f6ab1507406d3;hpb=8dc09e2333cff56caa7719bf1089d068cd21b7c3 diff --git a/inc/filters.php b/inc/filters.php index 174dad1ad8..3f7569eaa3 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -699,7 +699,7 @@ function FILTER_CHECK_ADMIN_ACL () { // Init random number/cache buster function FILTER_INIT_RANDOM_NUMBER () { // Is the extension sql_patches installed and at least 0.3.6? - if ((isExtensionActive('sql_patches')) && (getExtensionVersion('sql_patches') >= '0.3.6')) { + if ((isExtensionInstalledAndNewer('sql_patches', '0.3.6')) && (isExtensionInstalledAndNewer('other', '0.2.5'))) { // Generate random number setConfigEntry('RAND_NUMBER', generateRandomCode(10, mt_rand(10000, 32766), getUserId(), '')); } else {