Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / modules / admin / what-unlock_sponsor.php
index 25242a5380b563b39521e0fc23e42f179904cd0d..9a558b5050db8745b26afc2cf22bf4c83b5b2512 100644 (file)
@@ -48,7 +48,7 @@ if (isFormSent()) {
        // Does he have selected at least one sponsor?
        if (ifPostContainsSelections('id')) {
                // At least one entry selected
-               foreach (postRequestParameter('id') as $id => $selected) {
+               foreach (postRequestElement('id') as $id => $selected) {
                        // Secure id number and init $content
                        $content = array(
                                'id'    => bigintval($id),