diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-25 10:35:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-25 10:35:33 +0000 |
commit | f9f8a6cb8138d25361b57e92d94ba8e41324ecc3 (patch) | |
tree | f357c1208c1e2a4bed1ac389feaddeb595421fc7 /modules/search | |
parent | 14b233ec1d4d1d57995ce92f65377f7349516a29 (diff) | |
download | brdo-f9f8a6cb8138d25361b57e92d94ba8e41324ecc3.tar.gz brdo-f9f8a6cb8138d25361b57e92d94ba8e41324ecc3.tar.bz2 |
- Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered.
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/search.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.test b/modules/search/search.test index 329937dd0..c81759a97 100644 --- a/modules/search/search.test +++ b/modules/search/search.test @@ -461,7 +461,7 @@ class SearchCommentTestCase extends DrupalWebTestCase { variable_set('comment_preview_article', COMMENT_PREVIEW_OPTIONAL); // Enable check_plain() for 'Filtered HTML' text format. $edit = array( - 'filters[filter/filter_html_escape]' => 1, + 'filters[filter_html_escape]' => 1, ); $this->drupalPost('admin/settings/formats/1', $edit, t('Save configuration')); // Allow anonymous users to search content. |