When adding date field to form I got WSOD. Problem is in system.module
$type['date'] ... '#process' => array('expand_date' => array()),
should be
'#process' => array('expand_date'),
| Comment | File | Size | Author |
|---|---|---|---|
| system.module.date_.patch | 1020 bytes | Rok Žlender |
Comments
Comment #1
asimmonds commentedAnd a identical issue (http://drupal.org/node/154216) for this has been sitting at CNR state for the last three weeks...
Comment #2
Rok Žlender commentedThanks assimonds for pointing it out. I searched a bit but it looks not good enough.
This issue is a duplicate of http://drupal.org/node/154216