[REF][PHP8.2] Add cookieExpire property to CRM_Campaign_BAO_Petition
authorBradley Taylor <hello@brad-taylor.co.uk>
Mon, 10 Apr 2023 08:52:27 +0000 (09:52 +0100)
committerBradley Taylor <hello@brad-taylor.co.uk>
Mon, 10 Apr 2023 08:52:27 +0000 (09:52 +0100)
CRM/Campaign/BAO/Petition.php

index 22c6f52094a477902efc5b55a3cad62ff84535bb..8c7ea0bb72fe8c1d4de4b62d831fce4081a3ff52 100644 (file)
  */
 class CRM_Campaign_BAO_Petition extends CRM_Campaign_BAO_Survey {
 
+  /**
+   * Length of the cookie's created by this class
+   *
+   * @var int
+   */
+  protected $cookieExpire;
+
   /**
    * Class constructor.
    */