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 :)
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
Comment #1
beltofteThanks for reporting this. Forgot to remove the dsm() call after debugging some things. It's removed and committed.