From e6a0a3015a27e0bfefd29fa4e8bbac52c4853914 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 10 Jun 2014 15:30:24 +0100 Subject: [PATCH] CRM-12872 - Revert next action redirect --- CRM/Core/StateMachine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/StateMachine.php b/CRM/Core/StateMachine.php index 7a0517a29e..b1cd60f620 100644 --- a/CRM/Core/StateMachine.php +++ b/CRM/Core/StateMachine.php @@ -159,7 +159,7 @@ class CRM_Core_StateMachine { // the page is valid, process it if we are jumping to the next state if ($type == 'Next') { - $page->mainProcess(FALSE); + $page->mainProcess(); // we get the state again, since postProcess might have changed it // this bug took me forever to find :) Lobo $state = &$this->_states[$pageName]; -- 2.25.1