mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@436 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2b33996ba4
commit
7e1e6c9455
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
class PluginHandler extends Object {
|
class PluginHandler extends Object {
|
||||||
|
|
||||||
function executePlugin($plugin, $args) {
|
function execute($plugin, $args) {
|
||||||
debugPrint($plugin);
|
debugPrint($plugin);
|
||||||
debugPrint($args);
|
debugPrint($args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@
|
||||||
if(!$args) $args = null;
|
if(!$args) $args = null;
|
||||||
|
|
||||||
// 플러그인 실행코드를 삽입
|
// 플러그인 실행코드를 삽입
|
||||||
return sprintf('<?php PluginHandler::executePlugin("%s", %s); ?>', $plugin, $args);
|
return sprintf('<?php PluginHandler::execute("%s", %s); ?>', $plugin, $args);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue