Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Jan 6, 2018
1 parent aa7bc26 commit 755f239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -46,7 +46,7 @@ function eT($sToTranslate, $sEscapeMode = 'html')
*/
function ngT($sTextToTranslate, $iCount, $sEscapeMode = 'html')
{
return quoteText(Yii::t('', $sTextToTranslate,[$iCount]), $sEscapeMode);
return quoteText(Yii::t('', $sTextToTranslate, [$iCount]), $sEscapeMode);
}

/**
Expand Down

0 comments on commit 755f239

Please sign in to comment.