Merge pull request #18930 from MegaphoneJon/financial-156
[civicrm-core.git] / CRM / Utils / System / Base.php
index 5c4f1d58bb14f9de4cb275da75b166b15a45dca3..aabb9aa48b4d2b27e692c7954edbbf7935650220 100644 (file)
@@ -998,4 +998,10 @@ abstract class CRM_Utils_System_Base {
     return FALSE;
   }
 
+  /**
+   * Perform any necessary actions prior to redirecting via POST.
+   */
+  public function prePostRedirect() {
+  }
+
 }