]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
Fixes for installation phase, old lost call of FILTER_COMPILE_CONFIG() removed
[mailer.git] / inc / install-inc.php
index 8dbe1a834b57ca38979d826e5f7dd91709b9b929..01c7ca8e0836c06f81f04376ed4cc987aad3aabe 100644 (file)
@@ -217,9 +217,6 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                                                                        // Read the file
                                                                        $fileContent = readFromFile($FQFN, true);
 
-                                                                       // Compile all config entries (we use a filter here, yes...)
-                                                                       $fileContent = FILTER_COMPILE_CONFIG($fileContent);
-
                                                                        // Split it up against ";\n" and merge it into existing SQLs
                                                                        mergeSqls(explode(";\n", $fileContent), 'install');
                                                                } else {