From 097fcfa50eba0f3bfaebaeeee10659aca7d12e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Datt=C3=A9e?= Date: Tue, 4 Apr 2017 11:51:37 +0200 Subject: [PATCH] Rollback on other modification --- lib/internal/Magento/Framework/Translate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/Translate.php b/lib/internal/Magento/Framework/Translate.php index 00805390fb8ba..79fcdce2499ab 100644 --- a/lib/internal/Magento/Framework/Translate.php +++ b/lib/internal/Magento/Framework/Translate.php @@ -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) {