Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed May 9, 2018
1 parent 6ff6058 commit 724b56f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions administrator/components/com_languages/models/override.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ public function getItem($pk = null)


$oppositeFileName = constant('JPATH_' . strtoupper($this->getState('filter.client') == 'site' ? 'administrator' : 'site'))

. '/language/overrides/' . $this->getState('filter.language', 'en-GB') . '.override.ini';
. '/language/overrides/' . $this->getState('filter.language', 'en-GB') . '.override.ini';
$oppositeStrings = JLanguageHelper::parseIniFile($oppositeFileName);
$result->both = isset($oppositeStrings[$pk]) && ($oppositeStrings[$pk] == $strings[$pk]);

Expand Down

0 comments on commit 724b56f

Please sign in to comment.