Merge pull request #1 from civicrm/master
[civicrm-core.git] / CRM / Contribute / ActionMapping / ByPage.php
index 5e1d62448bcf1d04be2131d083289fe358d50848..acfdea9d6aad640ec0594b2f6917a7885602af65 100644 (file)
@@ -220,4 +220,16 @@ class CRM_Contribute_ActionMapping_ByPage implements \Civi\ActionSchedule\Mappin
     return $query;
   }
 
+  /**
+   * Determine whether a schedule based on this mapping should
+   * reset the reminder state if the trigger date changes.
+   *
+   * @return bool
+   *
+   * @param \CRM_Core_DAO_ActionSchedule $schedule
+   */
+  public function resetOnTriggerDateChange($schedule) {
+    return FALSE;
+  }
+
 }