Skip to content

Commit

Permalink
(refs #1575) fixes typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinichiU committed Sep 12, 2011
1 parent 7e72736 commit e84c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helper/opCalendarHelper.php
Expand Up @@ -66,7 +66,7 @@ function op_calendar_format_date($date, $format = 'd', $culture = null, $charset
break;
}

$result = op_format_date($date, $tmpformat, $calture, $charset);
$result = op_format_date($date, $tmpformat, $culture, $charset);
if (!$result && $format === 'XTime')
{
switch ($culture)
Expand Down

0 comments on commit e84c242

Please sign in to comment.