Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2009 at 10:25 UTC
Updated:
4 Oct 2009 at 17:40 UTC
Search reset isn't working because the hook name used by module_invoke_all() is now marshalled ('search_reset' instead of 'search', 'reset'). This simple patch fixes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| search-reset.patch | 657 bytes | douggreen |
Comments
Comment #1
dries commentedCommitted to CVS HEAD. Thanks Doug.
Marking this as 'code needs work' because it would be good to have some tests.
Comment #2
douggreen commentedI'll roll this test into the test for #581594: minor db_query() fix to search for DB TNG.
Comment #3
douggreen commentedChanging status to 'fixed', as this issue was committed... it's only the secondary issue of the simpletest that's now handled by #581594: minor db_query() fix to search for DB TNG.