mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -73,7 +73,7 @@ class news_search extends e_search // include plugin-folder in the name.
|
||||
$res = array();
|
||||
|
||||
$res['link'] = e107::getUrl()->create('news/view/item', $row);//$row['news_allow_comments'] ? "news.php?item.".$row['news_id'] : "comment.php?comment.news.".$row['news_id'];
|
||||
$res['pre_title'] = $tp->toHtml($row['category_name'],false,'TITLE')." | ";
|
||||
$res['pre_title'] = $tp->toHTML($row['category_name'],false,'TITLE')." | ";
|
||||
$res['title'] = $row['news_title'];
|
||||
$res['summary'] = $row['news_body'].' '.$row['news_extended'];
|
||||
$res['detail'] = LAN_SEARCH_3.$tp->toDate($row['news_datestamp'], "long");
|
||||
|
Reference in New Issue
Block a user