1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

News search LAN fix.

This commit is contained in:
Cameron
2017-03-18 12:24:01 -07:00
parent ab79296f4c
commit 209018fb26
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ if (!getperms('X'))
e107::redirect('admin');
exit;
}
e107::coreLan('search');// need LAN_SEARCH_98
e107::coreLan('search', true);
$e_sub_cat = 'search';