X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FPage%2FUnsubscribe.php;h=398e8e63255d3f2b20ac78dd1d5bf685a03746a3;hb=ced9bfed5abf0d9edd1c9039a4089666b603a5ff;hp=68da0466c5c89c78ec458ea36ad6b2e435326367;hpb=d25dd0ee5e47188c3ea9ad2918f627cfac97ddbd;p=civicrm-core.git diff --git a/CRM/Mailing/Page/Unsubscribe.php b/CRM/Mailing/Page/Unsubscribe.php index 68da0466c5..398e8e6325 100644 --- a/CRM/Mailing/Page/Unsubscribe.php +++ b/CRM/Mailing/Page/Unsubscribe.php @@ -34,6 +34,14 @@ */ class CRM_Mailing_Page_Unsubscribe extends CRM_Mailing_Page_Common { + /** + * Run page. + * + * This includes assigning smarty variables and other page processing. + * + * @return string + * @throws Exception + */ public function run() { $this->_type = 'unsubscribe'; return parent::run();