- #48028: Better search form compatibility for lanky IE submission
parent
d67a050347
commit
24a598a912
|
@ -886,7 +886,7 @@ function search_view() {
|
|||
// Search form submits with POST but redirects to GET. This way we can keep
|
||||
// the search query URL clean as a whistle:
|
||||
// search/type/keyword+keyword
|
||||
if (isset($_POST['op'])) {
|
||||
if (isset($_POST['edit']['keys'])) {
|
||||
if ($type == '') {
|
||||
$type = 'node';
|
||||
}
|
||||
|
|
|
@ -886,7 +886,7 @@ function search_view() {
|
|||
// Search form submits with POST but redirects to GET. This way we can keep
|
||||
// the search query URL clean as a whistle:
|
||||
// search/type/keyword+keyword
|
||||
if (isset($_POST['op'])) {
|
||||
if (isset($_POST['edit']['keys'])) {
|
||||
if ($type == '') {
|
||||
$type = 'node';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue