Fairly sure this is unintentional, and will cause fatal errors if triggered on a system without devel.module:
if (!isset($preview['#file'])) { dpm($file); }
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1512258_media_dpm.patch | 475 bytes | alan evans |
Fairly sure this is unintentional, and will cause fatal errors if triggered on a system without devel.module:
if (!isset($preview['#file'])) { dpm($file); }
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1512258_media_dpm.patch | 475 bytes | alan evans |
Comments
Comment #1
alan evans commentedComment #2
dave reidArgh, sorry about that. Committed patch in #1 to 7.x-1.x: http://drupalcode.org/project/media.git/commit/7e66078
Comment #3
alan evans commentedThanks!