From: Vincent Vanwaelscappel Date: Mon, 4 Sep 2023 15:39:41 +0000 (+0200) Subject: wip #6237 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3e63a87a16ad1a89440f73d62481404ee29917a5;p=fluidbook-toolbox.git wip #6237 --- 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); }