From 430f015e4e2efe98dc3bed79d8f426738a76373c Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Fri, 5 May 2023 11:04:25 +0200 Subject: [PATCH] Call loadLanguage with short message format #189 --- src/FileInput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileInput.php b/src/FileInput.php index 1c34ae0..652ed2f 100644 --- a/src/FileInput.php +++ b/src/FileInput.php @@ -110,7 +110,7 @@ protected function initWidget() { $this->_msgCat = 'fileinput'; $this->initI18N(__DIR__); - $this->initLanguage('language', true); + $this->initLanguage('language', false); $this->registerAssets(); if ($this->pluginLoading) { Html::addCssClass($this->options, 'file-loading');