4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00

Fixing casing.

This commit is contained in:
Buster Neece 2014-07-25 03:44:54 -05:00
parent 6c9d7711a7
commit c4f303307c

View File

@ -33,11 +33,11 @@ return array(
'required' => true,
)),
'start_date' => array('unixdate', array(
'start_date' => array('unixDate', array(
'label' => 'Start Date',
)),
'end_date' => array('unixdate', array(
'end_date' => array('unixDate', array(
'label' => 'End Date',
)),