Posted by djnz on December 12, 2005 at 11:45pm
Jump to:
| Project: | wgHTML |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | djnz |
| Status: | postponed |
Issue Summary
Module implementation (as opposed to node implementation) assumes search module is enabled (it calls search_index()) and therefore throws an error if it isn't.
Should review all code calling Drupal api to ensure non-core api calls use function_exists() to check the optional module is included.
Comments
#1
This doesn't seem to cause any problems in practice now: low priority.