diff options
Diffstat (limited to 'plugins/weblog')
| -rw-r--r-- | plugins/weblog/weblog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
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, "<h1>"s + GetRequestParam("WEBLOG_NAME") + "</h1>"s}; -   fs::path link{ GetRequestParam("rel_target")}; +   fs::path link{ GetRequestParam("plugin_path")};     auto list{getArticleList(path, page)};     if (list.empty())  | 
