]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_top10.php
Fixes for auto-activation of extensions while registration phase
[mailer.git] / inc / modules / admin / what-config_top10.php
index 0f6b70e9576b8139e4c4ac0f7bb647b0a75277d9..3eeb111bff45924957941de31c50d89c89e96814 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -48,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]