Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed May 20, 2014
1 parent 52b63dc commit 22c7e43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public function getOverrides($all = false)
$filename = constant('JPATH_' . $client) . '/language/overrides/' . $this->getState('filter.language') . '.override.ini';
$strings = LanguagesHelper::parseFile($filename);

// Delete the override.ini file is empty
// Delete the override.ini file if empty
if (file_exists($filename) && empty($strings))
{
JFile::delete($filename);
Expand Down

0 comments on commit 22c7e43

Please sign in to comment.