mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Update e_search.php
This commit is contained in:
@@ -43,7 +43,7 @@ class news_search extends e_search // include plugin-folder in the name.
|
|||||||
|
|
||||||
|
|
||||||
$search = array(
|
$search = array(
|
||||||
'name' => "News",
|
'name' => LAN_SEARCH_98,
|
||||||
'table' => 'news AS n LEFT JOIN #news_category AS c ON n.news_category = c.category_id',
|
'table' => 'news AS n LEFT JOIN #news_category AS c ON n.news_category = c.category_id',
|
||||||
|
|
||||||
'advanced' => array(
|
'advanced' => array(
|
||||||
|
Reference in New Issue
Block a user