]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / inc / filters.php
index efc1b7ea8007523c160bc38d94ae6203d9c935c9..74d7c43e5df2d416a693964723b7291f9ffa0be3 100644 (file)
@@ -243,6 +243,12 @@ function FILTER_FLUSH_FILTERS () {
        // Clear all previous SQL queries
        INIT_SQLS();
 
+       // Are we installing?
+       if (isInstalling()) {
+               // Then silently skip this filter
+               return true;
+       } // END - if
+
        // Is a database link here and not in installation mode?
        if ((!SQL_IS_LINK_UP()) && (!isInstalling())) {
                // Abort here