From e76e4f8441f172a4afd5d15ae7be4bd69408d2da Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 16 Mar 2019 00:00:40 +0100 Subject: [PATCH] Fix RSS link to article Signed-off-by: falkTX --- News/includes/model/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News/includes/model/Post.php b/News/includes/model/Post.php index 516e21e..28e40c4 100755 --- a/News/includes/model/Post.php +++ b/News/includes/model/Post.php @@ -496,7 +496,7 @@ $visitor = Visitor::current(); if (!$config->clean_urls) - return $config->url."/?action=view&url=".urlencode($this->url); + return $config->url."/?action=view&url=".urlencode($this->url); $login = (strpos($config->post_url, "(author)") !== false) ? $this->user->login : null ; $vals = array(when("Y", $this->created_at),