]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Some dublicated braces removed, some fixed (broken: update depencies got registered...
[mailer.git] / inc / filters.php
index 8d96ef26dab4d7c6d5ec625ff440f9ce83da6462..6ec29093ff180772213f3a9656def13f4eb2a041 100644 (file)
@@ -245,7 +245,7 @@ function FILTER_FLUSH_FILTERS () {
        INIT_SQLS();
 
        // Are we installing?
-       if (isInstalling()) {
+       if ((isInstalling()) || (!isInstalled())) {
                // Then silently skip this filter
                return true;
        } // END - if