Skip to content

Commit

Permalink
Dev: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 19, 2016
1 parent 4eab08c commit 24a39a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/extensions/SettingsWidget/SettingsWidget.php
Expand Up @@ -535,7 +535,7 @@ public function renderList($name, array $metaData, $form = null)
/**
* Date type
*/
public function renderDate($name, array $metadata, $form = null)
public function renderDate($name, array $metaData, $form = null)
{
$dateformatdetails = getDateFormatData(Yii::app()->session['dateformat']);
$value = isset($metaData['current']) ? $metaData['current'] : '';
Expand Down

0 comments on commit 24a39a8

Please sign in to comment.