X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FSurvey.php;h=07f7274774dcef5b7549371a1ffe03d08bb2d71e;hb=af002a7d80740dd4e6369d2ffc11e64e89784cfd;hp=b3d21d07d3c5643fbe4871755cc412985cd19921;hpb=8906b92a00b4907e620e80624fb6ac6baa368bed;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Survey.php b/CRM/Campaign/Form/Survey.php index b3d21d07d3..07f7274774 100644 --- a/CRM/Campaign/Form/Survey.php +++ b/CRM/Campaign/Form/Survey.php @@ -171,6 +171,9 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form { } } + /** + * @return string + */ function getTemplateFileName() { if ($this->controller->getPrint() || $this->getVar('_surveyId') <= 0 ) { return parent::getTemplateFileName();