From 42d125f1b9e44914972e490fe0c92b74d0a74cf2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 28 Apr 2020 21:28:39 +0200 Subject: Fix path --- plugins/weblog/weblog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp index a69fdb6..d0ef811 100644 --- a/plugins/weblog/weblog.cpp +++ b/plugins/weblog/weblog.cpp @@ -280,7 +280,7 @@ namespace { try { HtmlPage htmlPage{GetRequestParam, "

"s + GetRequestParam("WEBLOG_NAME") + "

"s}; - fs::path link{ GetRequestParam("rel_target")}; + fs::path link{ GetRequestParam("plugin_path")}; auto list{getArticleList(path, page)}; if (list.empty()) -- cgit v1.2.3