]> _ Git - fluidbook-v3.git/commitdiff
wip #3853 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 25 Aug 2020 17:31:24 +0000 (17:31 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 25 Aug 2020 17:31:24 +0000 (17:31 +0000)
framework/application/controllers/AjaxController.php

index af668d1d693eabf41cc669df39f592d6b51ce4bb..f56cc4bbfd9d777886b378d719f619d5687ee7b7 100644 (file)
@@ -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