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'),

CommentFileSizeAuthor
system.module.date_.patch1020 bytesRok Žlender

Comments

asimmonds’s picture

And a identical issue (http://drupal.org/node/154216) for this has been sitting at CNR state for the last three weeks...

Rok Žlender’s picture

Priority: Critical » Normal
Status: Needs review » Closed (duplicate)

Thanks 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