mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@829 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87932a5bd5
commit
78117ab6db
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
$oModuleController = &getController('module');
|
$oModuleController = &getController('module');
|
||||||
$oModuleController->insertActionForward('addon', 'view', 'dispAddonIndex');
|
$oModuleController->insertActionForward('addon', 'view', 'dispAddonIndex');
|
||||||
$oModuleController->insertActionForward('addon', 'view', 'dispAddonInfo');
|
$oModuleController->insertActionForward('addon', 'view', 'dispAddonInfo');
|
||||||
$oModuleController->insertActionForward('addon', 'controller', 'procToggleActivateAddon');
|
$oModuleController->insertActionForward('addon', 'controller', 'procAddonToggleActivate');
|
||||||
|
|
||||||
// 몇가진 애드온을 기본으로 설치 상태로 지정
|
// 몇가진 애드온을 기본으로 설치 상태로 지정
|
||||||
$oAddonController = &getController('addon');
|
$oAddonController = &getController('addon');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue