Skip to content

Commit

Permalink
Rename settings from "seperator" to "separator"
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 3, 2016
1 parent a0e318e commit dd1c274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Base/View.php
Expand Up @@ -151,8 +151,8 @@ protected static function addNumber( \Aimeos\MW\View\Iface $view, \Aimeos\MW\Con
return $fcn( $view, $config );
}

$sepDec = $config->get( 'client/html/common/format/seperatorDecimal', '.' );
$sep1000 = $config->get( 'client/html/common/format/seperator1000', ' ' );
$sepDec = $config->get( 'client/html/common/format/separatorDecimal', '.' );
$sep1000 = $config->get( 'client/html/common/format/separator1000', ' ' );
$decimals = $config->get( 'client/html/common/format/decimals', 2 );

$helper = new \Aimeos\MW\View\Helper\Number\Standard( $view, $sepDec, $sep1000, $decimals );
Expand Down

0 comments on commit dd1c274

Please sign in to comment.