]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Wrong 'bigger than' removed, SQL_HASZERONUMS() returns a boolean
[mailer.git] / inc / functions.php
index 522082ba0178848cb087649327d42b972d56c39b..92e47c9c44bc94460e1341a39933246d3a3f6ccc 100644 (file)
@@ -2239,6 +2239,8 @@ function initCacheInstance () {
 
        // Initialize cache system only when it's needed
        $GLOBALS['cache_instance'] = new CacheSystem();
+
+       // Did it work?
        if ($GLOBALS['cache_instance']->getStatus() != 'done') {
                // Failed to initialize cache sustem
                addFatalMessage(__FUNCTION__, __LINE__, '(<font color="#0000aa">' . __LINE__ . '</font>): {--CACHE_CANNOT_INITIALIZE--}');