]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6237
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 4 Sep 2023 15:39:41 +0000 (17:39 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 4 Sep 2023 15:39:41 +0000 (17:39 +0200)
app/Fluidbook/Compiler/Articles.php

index 8ec2c110211f46f7502c6578a629e14c7d9ae952..2ff0deb3dd493ef3a68a8513121e9ddb51385a13 100644 (file)
@@ -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);
     }