mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 06:22:20 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@818 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8a4280e93a
commit
cfae38adb5
13 changed files with 25 additions and 18 deletions
|
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* @brief 플러그인의 생성된 코드를 return
|
||||
**/
|
||||
function procGenerateCode() {
|
||||
function procPluginGenerateCode() {
|
||||
// 변수 정리
|
||||
$vars = Context::getRequestVars();
|
||||
$plugin = $vars->selected_plugin;
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
/**
|
||||
* @brief 선택된 플러그인 - 스킨의 컬러셋을 return
|
||||
**/
|
||||
function procGetColorsetList() {
|
||||
function procPluginGetColorsetList() {
|
||||
$plugin = Context::get('selected_plugin');
|
||||
$skin = Context::get('skin');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue