mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
모두 lang() 함수로 변경
This commit is contained in:
parent
fc09ea0d47
commit
90400e2b5f
82 changed files with 234 additions and 234 deletions
|
|
@ -467,7 +467,7 @@ class Validator
|
|||
}
|
||||
else
|
||||
{
|
||||
$lang_filter = Context::getLang('filter');
|
||||
$lang_filter = lang('filter');
|
||||
$msg = isset($lang_filter->{$msg}) ? $lang_filter->{$msg} : $lang_filter->invalid;
|
||||
}
|
||||
|
||||
|
|
@ -477,7 +477,7 @@ class Validator
|
|||
}
|
||||
else
|
||||
{
|
||||
$fieldName = Context::getLang($field);
|
||||
$fieldName = lang($field);
|
||||
}
|
||||
|
||||
$msg = sprintf($msg, $fieldName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue