Several rewrites/renames, fixes for installation. Resolves #104
[mailer.git] / inc / modules / admin / what-config_points.php
index 88e5d89919bcd4678f67494a575343d4958c56b0..ae54e81cda0a5bca0a884b12122c5d36c42856f4 100644 (file)
@@ -145,13 +145,13 @@ WHERE mails_confirmed < %s", $REF, $REF));
 
                if (COUNT_SQLS() > 0) {
                        // Run all SQL commands
-                       RUN_FILTER('run_sqls', array('dry_run' => false));
+                       runFilterChain('run_sqls');
 
                        // Entry saved...
                        $message = SETTINGS_SAVED;
 
                        // Destroy config cache file here...
-                       REBUILD_CACHE("config", "config");
+                       rebuildCacheFiles("config", "config");
                } else {
                        // Prepare failed-message
                        $message = "<span class=\"admin_failed\">{--SETTINGS_NOT_SAVED--}</span>";