Do not assume!
djnz - December 12, 2005 - 23:45
| Project: | wgHTML |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | djnz |
| Status: | postponed |
Jump to:
Description
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.

#1
This doesn't seem to cause any problems in practice now: low priority.