Skip to content

Commit

Permalink
Change FORMATTED for guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldsf committed Apr 15, 2018
1 parent 7bd8c9d commit cfe24a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/src/Language/LanguageHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public static function createLanguageList($actualLanguage, $basePath = JPATH_BAS

foreach ($languages as $languageCode => $language)
{
if ( is_numeric( $languageCode ) ){
if (is_numeric($languageCode))
{
$metadata = $installed ? $language->metadata : $language;

$list[] = array(
Expand Down

0 comments on commit cfe24a3

Please sign in to comment.