Skip to content

Commit 10b64cc

Browse files
committed
DateHelper: Fix mandatory parameters after optional
1 parent d9a1684 commit 10b64cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/DateHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @version SVN: $Id$
1818
*/
1919

20-
function format_daterange($start_date, $end_date, $format = 'd', $full_text, $start_text, $end_text, $culture = null, $charset = null)
20+
function format_daterange($start_date, $end_date, $format, $full_text, $start_text, $end_text, $culture = null, $charset = null)
2121
{
2222
if ($start_date != '' && $end_date != '')
2323
{

0 commit comments

Comments
 (0)