From 18f79599aa4646359d4c47054b2ffe2e62aac0dc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 12 Sep 2023 21:24:27 +0200 Subject: [PATCH] wip #6188 @0.25 --- app/Models/FluidbookDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5