Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
Co-Authored-By: Bakual <werbemails@bakual.ch>
  • Loading branch information
Quy and Bakual committed Jan 15, 2019
1 parent f7cf6b3 commit 42f6d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Language/LanguageHelper.php
Expand Up @@ -485,7 +485,7 @@ public static function exists($lang, $basePath = JPATH_BASE)
*/
public static function getMetadata($lang)
{
$file = self::getLanguagePath(JPATH_BASE, $lang) . '/' . $lang . '.xml';
$file = self::getLanguagePath(JPATH_BASE, $lang) . '/' . $lang . '.xml';

if (!is_file($file))
{
Expand Down

0 comments on commit 42f6d59

Please sign in to comment.