- Major change in menu system. You need to rewrite/update your member and guest
[mailer.git] / inc / modules / admin / what-config_sponsor.php
index dc81d948a91d5c1daafd365d73bd19b072128c4c..70a64890fc21991bbee5d764ab2698ea1794f54d 100644 (file)
@@ -48,8 +48,8 @@ if (isset($_POST['ok'])) {
        ADMIN_SAVE_SETTINGS($_POST);
 } else {
        // Remember config data in constants for the template
-       define('__SPONSOR_MIN_POINTS', $CONFIG['sponsor_min_points']);
-       define('__SPONSOR_REF_POINTS', $CONFIG['sponsor_ref_points']);
+       define('__SPONSOR_MIN_POINTS', $_CONFIG['sponsor_min_points']);
+       define('__SPONSOR_REF_POINTS', $_CONFIG['sponsor_ref_points']);
 
        // Load template
        LOAD_TEMPLATE("admin_config_sponsor");