]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-points_data.php
Large code cleanups:
[mailer.git] / inc / loader / load-points_data.php
index 659b3fed1c31c108cc9451bb48d53f82f52eb317..eea02d507cca58f7bc823573cc34d264bcaa4773 100644 (file)
@@ -75,7 +75,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('points_data')) && ($GLOBALS['cac
        // Set the array back and remove temporary
        $GLOBALS['cache_array']['points_data'] = $pointsData;
        unset($pointsData);
-} elseif ((isHtmlOutputMode()) && (isExtensionInstalledAndNewer('sql_patches', '0.8.0'))) {
+} elseif ((isHtmlOutputMode()) && (isExtensionInstalledAndNewer('sql_patches', '0.8.6'))) {
        // Create cache file
        $GLOBALS['cache_instance']->init();