X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FSurvey.php;h=eb81349467f27a3cb33b0ec5156f51ee6e65bd25;hb=ac439a0617d2a9d7bf661b615928a6f50c3ad5a9;hp=45b365c3e4d0d725709a9c9e1c8c1ac907372c6e;hpb=d96bf18d5b1849cc8f21c8845706eaccc78db5f3;p=civicrm-core.git diff --git a/api/v3/Survey.php b/api/v3/Survey.php index 45b365c3e4..eb81349467 100644 --- a/api/v3/Survey.php +++ b/api/v3/Survey.php @@ -1,27 +1,11 @@ array( + return [ + 'description_field' => [ 'campaign_id', - ), - 'params' => array( + ], + 'params' => [ 'is_active' => 1, - ), - ); + ], + ]; }