hook_imagecache_actions example in imagecache.api.php missing return
andrewlevine - October 29, 2009 - 16:18
| Project: | ImageCache |
| Version: | 6.x-2.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Didn't think this was worth generating a patch. There should be a
<?php
return $actions;
?>statement at the end of the function hook_imagecache_actions() function in imagecache.api.php
