Prevented a few error logs
This commit is contained in:
parent
54132c7218
commit
1aa4b42c0c
1 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,8 @@ if ($config["design"]["drawer"] == "on") {
|
||||||
} elseif (isset($getarticle)) { // ARTICLE VIEW
|
} elseif (isset($getarticle)) { // ARTICLE VIEW
|
||||||
// generate the requested article
|
// generate the requested article
|
||||||
ArticleGenerator::newArticle(
|
ArticleGenerator::newArticle(
|
||||||
$articlesdir, $getarticle . ".md", $getblog
|
$articlesdir, $getarticle . ".md", $getblog,
|
||||||
|
'off', ''
|
||||||
);
|
);
|
||||||
include './res/php/Disqus.php'; // include disques
|
include './res/php/Disqus.php'; // include disques
|
||||||
} else { // SOMETHING STRANGE: THIS SHOULDN'T HAPPEN
|
} else { // SOMETHING STRANGE: THIS SHOULDN'T HAPPEN
|
||||||
|
|
Reference in a new issue