More robust - use module_invoke
moshe weitzman - October 22, 2007 - 15:43
| Project: | Block Page Visibility |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The block php should run through module_invoke() so that if this module disappears for some reason the site does not get fatal errors.
Also implement hook _disable to eliminate self from he block php.

#1
hook_disable done. module_invoke still outstanding.