]> _ Git - cubeextranet.git/commitdiff
wip #4553 @0:10
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 24 Jun 2021 15:36:01 +0000 (15:36 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 24 Jun 2021 15:36:01 +0000 (15:36 +0000)
inc/ws/DAO/class.ws.dao.book.php

index 76849c3c4d9dfddf660ed7a3b381369debdcc3e4..74bef09bdcd2d25596b53029fd5335b0b9b65969 100644 (file)
@@ -1200,7 +1200,7 @@ class wsDAOBook extends commonDAO
         while (file_exists($compileLock) && filemtime($compileLock) > time() - 3600) {
             sleep(10);
         }
-
+        cubePHP::neverStop();
         touch($compileLock);
 
         if (null === $book) {