* zin: fix undefined error on init exceededCountTip prop.

This commit is contained in:
sunhao
2024-02-06 19:31:12 +08:00
parent 91f6acddc4
commit efc1a7e014
+1 -1
View File
@@ -56,7 +56,7 @@ class fileSelector extends wg
}
if(!$this->hasProp('exceededCountTip'))
{
global $app;
global $app, $lang;
$app->loadLang('file');
$this->setProp('exceededCountHint', sprintf($lang->file->errorFileCount, '{maxCount}'));
}