]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_top10.php
Even more rewrites to EL
[mailer.git] / inc / modules / admin / what-config_top10.php
index 585d4eb916445336e88575d798a02608ae2f5dc8..3eeb111bff45924957941de31c50d89c89e96814 100644 (file)
@@ -49,11 +49,8 @@ if (isFormSent()) {
        // Save settings
        adminSaveSettingsFromPostData();
 } else {
-       // Prepare constants for the template
-       $content['max'] = getConfig('top10_max');
-
        // Load form template
-       loadTemplate('admin_config_top10', false, $content);
+       loadTemplate('admin_config_top10');
 }
 
 // [EOF]