Closed (fixed)
Project:
Panels Style Collapsible
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Dec 2011 at 17:25 UTC
Updated:
22 Dec 2011 at 13:32 UTC
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.