From: Vincent Vanwaelscappel Date: Tue, 12 Sep 2023 19:24:27 +0000 (+0200) Subject: wip #6188 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=18f79599aa4646359d4c47054b2ffe2e62aac0dc;p=fluidbook-toolbox.git wip #6188 @0.25 --- diff --git a/app/Models/FluidbookDocument.php b/app/Models/FluidbookDocument.php index 870b0a376..e013927e2 100644 --- a/app/Models/FluidbookDocument.php +++ b/app/Models/FluidbookDocument.php @@ -372,7 +372,7 @@ class FluidbookDocument extends ToolboxModel protected function _checkTextFile($path) { - return Gzip::file_exists($path) && Gzip::filemtime($path) >= FWSTK::lastUpdate(); + return Gzip::filemtime($path) >= FWSTK::lastUpdate(); } public function getHightlightFile($page, $mode = 'standard')