X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FPdfFormats.php;h=87d2970f2e853966f8d6af614cc27f3b9bf87eda;hb=f0a731f8661b7b5c484210ddb5ef99df243fa4aa;hp=1f7c10a0f50ceb8854df64679bb9fbd15c7174f2;hpb=ae38a7502c7b07e9679d050ec9f4552e6e2d14a1;p=civicrm-core.git diff --git a/CRM/Admin/Form/PdfFormats.php b/CRM/Admin/Form/PdfFormats.php index 1f7c10a0f5..87d2970f2e 100644 --- a/CRM/Admin/Form/PdfFormats.php +++ b/CRM/Admin/Form/PdfFormats.php @@ -43,6 +43,11 @@ class CRM_Admin_Form_PdfFormats extends CRM_Admin_Form { */ public $_id = NULL; + /** + * @var bool + */ + public $submitOnce = TRUE; + /** * Build the form object. */