The current drupal 6 version of the module has a stray dpm() function call left in. This will cause fatal errors if Devel module is not enabled. Patch removes the call.
| Comment | File | Size | Author |
|---|---|---|---|
| panels_hash_cache-debug_code.patch | 392 bytes | jaydub |
The current drupal 6 version of the module has a stray dpm() function call left in. This will cause fatal errors if Devel module is not enabled. Patch removes the call.
| Comment | File | Size | Author |
|---|---|---|---|
| panels_hash_cache-debug_code.patch | 392 bytes | jaydub |
Comments
Comment #1
Nick Lewis commentedLooks like the change should be applied ASAP.
Comment #2
dipen chaudhary commentedCommited in 6 branch, thanks!