Fixed init language. Issue #9

This commit is contained in:
Dmitry Khomutov 2017-02-05 15:34:21 +07:00
parent f2738845d7
commit 9d5fcf6834
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -64,4 +64,4 @@ if (!defined('IS_CONSOLE')) {
define('IS_CONSOLE', false);
}
\PHPCensor\Helper\Lang::init($config, 'ru');
\PHPCensor\Helper\Lang::init($config);