mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@434 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5c85f5c1fb
commit
c0c9de426c
1 changed files with 3 additions and 2 deletions
|
|
@ -297,9 +297,10 @@
|
||||||
$args = sprintf('array(%s)', implode(',',$args_list));
|
$args = sprintf('array(%s)', implode(',',$args_list));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!$args) $args = null;
|
||||||
|
|
||||||
// 플러그인 실행코드를 삽입
|
// 플러그인 실행코드를 삽입
|
||||||
$output = sprintf('<?php PluginHandler::executePlugin("%s", %s); ?>', $plugin, $args);
|
return sprintf('<?php PluginHandler::executePlugin("%s", %s); ?>', $plugin, $args);
|
||||||
return $output;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue