]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7132 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Nov 2024 18:50:38 +0000 (19:50 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Nov 2024 18:50:38 +0000 (19:50 +0100)
app/Fluidbook/Link/LinksData.php

index 00f87ae320c86a46c0b24b2e1e7d9a6ec872c33b..0d4e1a7429b648b85a7e712cedb2f10f18e7fcbf 100644 (file)
@@ -549,6 +549,8 @@ class LinksData
         file_put_contents($base . '.links3.gz', gzencode(json_encode($lr)));
         copy($base . '.links3.gz', $latestLinks);
         copy($base . '.meta3.gz', $latestMeta);
+
+        $fluidbook->touch();
     }