From 3e63a87a16ad1a89440f73d62481404ee29917a5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 4 Sep 2023 17:39:41 +0200 Subject: [PATCH] wip #6237 --- app/Fluidbook/Compiler/Articles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Fluidbook/Compiler/Articles.php b/app/Fluidbook/Compiler/Articles.php index 8ec2c1102..2ff0deb3d 100644 --- a/app/Fluidbook/Compiler/Articles.php +++ b/app/Fluidbook/Compiler/Articles.php @@ -297,6 +297,7 @@ trait Articles $html = str_replace('$' . $k, $v, $html); } $this->vdir->file_put_contents('p/' . $seoArticle['url'], $html); + $this->log('SEO Articles written'); } $this->seo = new Document($this); } -- 2.39.5