X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FSurvey.php;h=eb81349467f27a3cb33b0ec5156f51ee6e65bd25;hb=aa49f0533417ea3c676ce49641b3d7b8a4f94769;hp=45b365c3e4d0d725709a9c9e1c8c1ac907372c6e;hpb=fa3cdb8efb79c28c9f425543815556f6cfefe9ac;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, - ), - ); + ], + ]; }