change refs to view search/search to recipe/search
This commit is contained in:
parent
38e4e16856
commit
28810d0b7c
@ -66,13 +66,13 @@ final class RecipeController
|
||||
|
||||
private function searchView(Array $A_urlParams = null, Array $A_postParams = null, Array $A_getParams = null)
|
||||
{
|
||||
View::show("search/search", array("SEARCH_TERM" => null));
|
||||
View::show("recipe/search", array("SEARCH_TERM" => null));
|
||||
}
|
||||
|
||||
private function searchQueryView(Array $A_urlParams = null, Array $A_postParams = null, Array $A_getParams = null)
|
||||
{
|
||||
$A_results = array();
|
||||
View::show("search/search", array(
|
||||
View::show("recipe/search", array(
|
||||
"SEARCH_TERM" => $A_getParams["query"],
|
||||
"RESULTS" => $A_results,
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user