Active
Project:
Galleria
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2011 at 23:01 UTC
Updated:
18 Jan 2011 at 08:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
miro_dietikerGreat idea!
However, you should either:
- Check for presence of the module and add the handler only if available
- Or move the integration into Noderef Image Helper (which doesn't really make sense to me here)
Comment #2
chales commentedThanks, I completely forgot to put a check for the module since it's a requirement in my setup.
Here's the updated patch with a module_exists() check and a couple of code comment updates.