]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6188 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Sep 2023 19:24:27 +0000 (21:24 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Sep 2023 19:24:27 +0000 (21:24 +0200)
app/Models/FluidbookDocument.php

index 870b0a376c6da9eb14c456006c8dfa654b5cb45b..e013927e217bf57b4a3218716c015cd9ea430ce3 100644 (file)
@@ -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')