From: vincent@cubedesigners.com Date: Tue, 25 Aug 2020 17:31:24 +0000 (+0000) Subject: wip #3853 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=357b9aa833e4857a623c41f1f076e4d18a842bbc;p=fluidbook-v3.git wip #3853 @0.5 --- 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