Index and language fixes
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 406cefa1bde07018b6510e02a7e7542466f00118..3360eeb3d0adc2da68d3989f3555c6852a15d89b 100644 (file)
@@ -76,7 +76,7 @@ if (isFormSent()) {
        // Prepare contants for the template
        $content['login']  = translateComma(getConfig('login_bonus')        , false);
        $content['turbo']  = translateComma(getConfig('turbo_bonus')        , false);
-       $contentp['order'] = translateComma(getConfig('bonus_order')        , false);
+       $content['order']  = translateComma(getConfig('bonus_order')        , false);
        $content['ref']    = translateComma(getConfig('bonus_ref')          , false);
        $content['stats']  = translateComma(getConfig('bonus_stats')        , false);
        $content['notify'] = translateComma(getConfig('bonus_notify_points'), false);