From 46b1243bcff50fe9ee62854bbbad97a30acfee9a Mon Sep 17 00:00:00 2001 From: yarik Date: Tue, 11 Apr 2017 15:18:07 +0300 Subject: [PATCH] v0.0.3-stable --- common/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index 94f0314..dab8b2e 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -24,7 +24,7 @@ 'translations' => [ 'core' => [ 'class' => 'yii\i18n\PhpMessageSource', - 'basePath' => '@artbox/catalog/messages', + 'basePath' => '@artbox/core/messages', ], 'app' => [ 'class' => 'yii\i18n\PhpMessageSource', -- libgit2 0.21.4