From 1aa4b42c0cb66ca14f9bbd639dee94bbbe63c820 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Wed, 3 Aug 2016 17:16:58 +0200 Subject: [PATCH] Prevented a few error logs --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index b0d7e3e..0bf9684 100644 --- a/index.php +++ b/index.php @@ -353,7 +353,8 @@ if ($config["design"]["drawer"] == "on") { } elseif (isset($getarticle)) { // ARTICLE VIEW // generate the requested article ArticleGenerator::newArticle( - $articlesdir, $getarticle . ".md", $getblog + $articlesdir, $getarticle . ".md", $getblog, + 'off', '' ); include './res/php/Disqus.php'; // include disques } else { // SOMETHING STRANGE: THIS SHOULDN'T HAPPEN