diff options
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index e4f4130ba..5c295e555 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -959,7 +959,7 @@ function search_form($form, &$form_state, $action = '', $keys = '', $type = NULL if (!$action) { $action = 'search/' . $module_info['path']; } - if (is_null($prompt)) { + if (!isset($prompt)) { $prompt = t('Enter your keywords'); } |