mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 873 add multilanguage agreement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10966 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1d4bb452d0
commit
9d9b6f1c12
3 changed files with 15 additions and 4 deletions
|
|
@ -236,7 +236,7 @@
|
|||
// check agreement value exist
|
||||
if($args->agreement)
|
||||
{
|
||||
$agreement_file = _XE_PATH_.'files/member_extra_info/agreement.txt';
|
||||
$agreement_file = _XE_PATH_.'files/member_extra_info/agreement_' . Context::get('lang_type') . '.txt';
|
||||
$output = FileHandler::writeFile($agreement_file, $args->agreement);
|
||||
|
||||
unset($args->agreement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue