From 357b9aa833e4857a623c41f1f076e4d18a842bbc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 25 Aug 2020 17:31:24 +0000 Subject: [PATCH] wip #3853 @0.5 --- framework/application/controllers/AjaxController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/application/controllers/AjaxController.php b/framework/application/controllers/AjaxController.php index af668d1..f56cc4b 100644 --- a/framework/application/controllers/AjaxController.php +++ b/framework/application/controllers/AjaxController.php @@ -5,6 +5,8 @@ class AjaxController extends CubeIT_Controller_AjaxController public function requestQuote($formID = null) { + CubeIT_Util_PHP::neverStop(); + $form = new Fluidbook_Form_RequestQuote(); // Take form ID from URL so we can differentiate between the popup and the embedded versions of the form -- 2.39.5