mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
Fix outdated license and community links
This commit is contained in:
parent
448bf25660
commit
05e9961b10
18 changed files with 20 additions and 118 deletions
|
|
@ -271,7 +271,7 @@ $obj->module_srl = $module_srl;
|
|||
Context::set('version', __XE_VERSION__);
|
||||
$obj->title = 'Welcome to Rhymix';
|
||||
|
||||
$obj->content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content_'.$lang);
|
||||
$obj->content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content');
|
||||
|
||||
$output = $oDocumentController->insertDocument($obj, true);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue