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),