The module currently always uses the Devel-module function dsm without checking if the function isn't defined. So it results in a crash if the module isn't there. Please add a check if the module is active. Thx :)

Comments

beltofte’s picture

Assigned: Unassigned » beltofte
Status: Active » Closed (fixed)

Thanks for reporting this. Forgot to remove the dsm() call after debugging some things. It's removed and committed.