mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fix syntax errors
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13204 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4bf61afddf
commit
0d643bac62
2 changed files with 2 additions and 2 deletions
|
|
@ -894,7 +894,7 @@ class moduleAdminController extends module
|
|||
$langMap[$langCode] += $langMap[$targetLangCode];
|
||||
}
|
||||
|
||||
$str = "<?php if(!defined('__XE__')) exit(); \r\n");
|
||||
$str = "<?php if(!defined('__XE__')) exit(); \r\n";
|
||||
foreach($langMap[$langCode] as $code => $value)
|
||||
{
|
||||
$str = sprintf('$lang[\'%s\'] = \'%s\';', $code, addcslashes($value, "'"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue