Several fixes for guest menu system and template engine
[mailer.git] / inc / filter-functions.php
index ce4d30276ed5cd0a489b22483ba7da8fde0d818a..792e335c611be244e6deb3ed2b493482115c39f6 100644 (file)
@@ -69,9 +69,6 @@ function initFilterSystem () {
                        $filterArray['chains'][$filterName][$filterFunction]  = $GLOBALS['cache_array']['filter']['filter_active'][$idx];
                } // END - foreach
 
-               // Mark filters as loaded
-               $GLOBALS['cache_array']['filter'] = true;
-
                // Remove the cache
                $GLOBALS['cache_array']['filter'] = $filterArray;
        } elseif ((!isInstallationPhase()) && (isExtensionInstalledAndNewer('sql_patches', '0.5.9'))) {