Skip to content

Commit

Permalink
Rollback on other modification
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dattée authored Apr 4, 2017
1 parent d764c62 commit 097fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ public function loadData($area = null, $forceReload = false)
$this->_data = [];

$this->_loadModuleTranslation();
$this->_loadThemeTranslation();
$this->_loadPackTranslation();
$this->_loadThemeTranslation();
$this->_loadDbTranslation();

if (!$forceReload) {
Expand Down

0 comments on commit 097fcfa

Please sign in to comment.