X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FForm%2FSearch.php;h=50558aca71d1ea8da8bc44a3950626851f0a4624;hb=edc80cda6bfef2572d515c4c139d83f7556e632a;hp=65a6027c4de819acbb899ccee62f77012d51bd03;hpb=d92edefc480455c404ab2c3da6b3c81e803be865;p=civicrm-core.git diff --git a/CRM/Pledge/Form/Search.php b/CRM/Pledge/Form/Search.php index 65a6027c4d..50558aca71 100644 --- a/CRM/Pledge/Form/Search.php +++ b/CRM/Pledge/Form/Search.php @@ -79,7 +79,7 @@ class CRM_Pledge_Form_Search extends CRM_Core_Form_Search { $this->_reset = CRM_Utils_Request::retrieve('reset', 'Boolean'); $this->_force = CRM_Utils_Request::retrieve('force', 'Boolean', $this, FALSE); $this->_limit = CRM_Utils_Request::retrieve('limit', 'Positive', $this); - $this->_context = CRM_Utils_Request::retrieve('context', 'String', $this, FALSE, 'search'); + $this->_context = CRM_Utils_Request::retrieve('context', 'Alphanumeric', $this, FALSE, 'search'); $this->assign("context", $this->_context);