mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@438 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b740409012
commit
87471eb693
5 changed files with 35 additions and 5 deletions
|
|
@ -300,7 +300,7 @@
|
|||
if(!$args) $args = null;
|
||||
|
||||
// 플러그인 실행코드를 삽입
|
||||
return sprintf('<?php PluginHandler::execute("%s", %s); ?>', $plugin, $args);
|
||||
return sprintf('<?php print PluginHandler::execute("%s", %s); ?>', $plugin, $args);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue