mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18578985 : fixed the problem that users cannot log-in when using french
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7103 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc7ae4a7dc
commit
08723b06e5
2 changed files with 5 additions and 4 deletions
|
|
@ -267,7 +267,8 @@
|
|||
// 에러 메세지를 기록
|
||||
foreach($lang->filter as $key => $val) {
|
||||
if(!$val) $val = $key;
|
||||
$jsdoc[] = sprintf("\tvalidator.cast('ADD_MESSAGE', ['%s', '%s']);", $key, str_replace('\'', '\\\'', $val));
|
||||
$jsdoc[] = sprintf("\tvalidator.cast('ADD_MESSAGE', ['%s', '%s']);", $key, $val);
|
||||
//$jsdoc[] = sprintf("\tvalidator.cast('ADD_MESSAGE', ['%s', '%s']);", $key, str_replace('\'', '\\\'', $val));
|
||||
}
|
||||
|
||||
$jsdoc[] = '})(jQuery);';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue