]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_sponsor.php
Further fixes for non-working admin login and debug lines commented out
[mailer.git] / inc / modules / admin / what-config_sponsor.php
index 34d51ee41806fc59202451f1c394f449ab9083dc..e392bf427dd239d89b52e7cce9f2760e4d7a4af5 100644 (file)
@@ -46,8 +46,8 @@ addMenuDescription('admin', __FILE__);
 
 if (isFormSent()) {
        // Allow only direct points (non-floating)
-       setRequestPostElement('sponsor_min_points', bigintval(postRequestElement('sponsor_min_points')));
-       setRequestPostElement('sponsor_ref_points', bigintval(postRequestElement('sponsor_ref_points')));
+       setPostRequestParameter('sponsor_min_points', bigintval(postRequestParameter('sponsor_min_points')));
+       setPostRequestParameter('sponsor_ref_points', bigintval(postRequestParameter('sponsor_ref_points')));
 
        // Save settings
        adminSaveSettingsFromPostData();