Merge pull request #14981 from eileenmcnaughton/load_extract
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index 5fccf6bc6f57a2d6f9388f60e0d10ce3ba903482..dd9b4fd7fd674d14b817e2f5eb62e8bda7eeb4be 100644 (file)
@@ -54,7 +54,7 @@ function _civicrm_api3_survey_respondant_deprecation() {
  *
  * @return array
  */
-function civicrm_api3_survey_respondant_get(&$params) {
+function civicrm_api3_survey_respondant_get($params) {
 
   civicrm_api3_verify_one_mandatory($params, NULL, ['survey_id', 'id']);