1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00

fix поиска by Devil

This commit is contained in:
Mzhelskiy Maxim 2009-05-30 08:33:08 +00:00
parent 548bd31699
commit 08422a8372

View file

@ -122,7 +122,7 @@ class ActionSearch extends Action {
*/ */
func_header_location(DIR_WEB_ROOT.'/'.ROUTE_PAGE_SEARCH.'/'); func_header_location(DIR_WEB_ROOT.'/'.ROUTE_PAGE_SEARCH.'/');
} }
$aReq['sType'] = Router::GetActionEvent(); $aReq['sType'] = strtolower(Router::GetActionEvent());
/** /**
* Определяем текущую страницу вывода результата * Определяем текущую страницу вывода результата
*/ */