Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / modules / admin / what-list_sponsor_pay.php
index b6cd58aa7a1cf0c74fe63d84b6fdea24d0857425..09607f03fe2a393552f138913df4257720ecd8a0 100644 (file)
@@ -51,7 +51,7 @@ if (isPostRequestElementSet('add')) {
        if (!isPostRequestElementSet('pay_name')) unsetPostRequestElement('add');
        if ((round(postRequestElement('pay_rate')) == '0') || (!isPostRequestElementSet('pay_rate'))) unsetPostRequestElement('add');
 
-       setRequestPostElement('pay_min_count', bigintval(postRequestElement('pay_min_count')));
+       setPostRequestElement('pay_min_count', bigintval(postRequestElement('pay_min_count')));
 
        if ((postRequestElement('pay_min_count') == '0') || (!isPostRequestElementSet('pay_min_count'))) unsetPostRequestElement('add');
        if (!isPostRequestElementSet('pay_currency')) unsetPostRequestElement('add');