wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / admin / what-config_user.php
index 7cd3c431e7e1f0e58368f35a2ed0041d90343676..dd108a8f462fe04a367139ce9c732f380fdb6e90 100644 (file)
@@ -48,8 +48,8 @@ if (isset($_POST['ok']))
  else
 {
        // Prepare constants for the template
-       define('__LIMIT_VALUE', $CONFIG['user_limit']);
-       define('__ALPHA_VALUE', $CONFIG['user_alpha']);
+       define('__LIMIT_VALUE', $_CONFIG['user_limit']);
+       define('__ALPHA_VALUE', $_CONFIG['user_alpha']);
 
        // Load form template
        LOAD_TEMPLATE("admin_config_user");