X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FSurvey.php;h=eb81349467f27a3cb33b0ec5156f51ee6e65bd25;hb=aa49f0533417ea3c676ce49641b3d7b8a4f94769;hp=5f1eef8a2bbde97e8f4faf1ab81c4e49ffdf216c;hpb=0e4e45435dc33f16b49a4093ac25158728251213;p=civicrm-core.git diff --git a/api/v3/Survey.php b/api/v3/Survey.php index 5f1eef8a2b..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, - ), - ); + ], + ]; }