Skip to content

Commit

Permalink
Ignore also hidden files/directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 7, 2014
1 parent 8d5b831 commit cd02cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/concrete/core/libraries/localization.php
Expand Up @@ -77,7 +77,7 @@ public function setLocale($locale) {
'content' => $languageDir,
'locale' => $locale,
'disableNotices' => true,
'ignore' => 'messages.po'
'ignore' => array('.', 'messages.po')
);
if (defined('TRANSLATE_OPTIONS')) {
$_options = unserialize(TRANSLATE_OPTIONS);
Expand Down

0 comments on commit cd02cb2

Please sign in to comment.