Plugin Directory

Changeset 2052710


Ignore:
Timestamp:
03/18/2019 02:31:24 PM (7 years ago)
Author:
danillonunes
Message:

Accept eligible filter from CSC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makemydonation-imo/trunk/mmdimo.php

    r1990376 r2052710  
    259259    case 'charitysearch':
    260260    case 'charitysearchalias':
    261       $accepted_parameters = array('searchTerm', 'city', 'state');
     261      $accepted_parameters = array('eligible', 'state', 'city', 'searchTerm');
    262262      foreach ($accepted_parameters as $accepted_parameter) {
    263263        if (isset($_GET[$accepted_parameter])) {
Note: See TracChangeset for help on using the changeset viewer.