diff --git a/upload/modules/admin/news.class.php b/upload/modules/admin/news.class.php index b11fb3f..76fbf25 100644 --- a/upload/modules/admin/news.class.php +++ b/upload/modules/admin/news.class.php @@ -171,7 +171,7 @@ "TEXT" => $text, "CATEGORY" => $this->db->HSC($category), "CID" => intval($cid), - "LIKES" => ($vote!==1) ? '' : $this->core->sp(MCR_THEME_MOD."admin/news/new-preview-likes.html", $data), + "LIKES" => ($vote!==1) ? '' : $this->core->sp(MCR_THEME_MOD."admin/news/new-preview-likes.html"), ); return $this->core->sp(MCR_THEME_MOD."admin/news/new-preview.html", $data);