mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 166, added run method in addon setup
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11086 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d5ecbdc6e
commit
bba2025a46
4 changed files with 42 additions and 2 deletions
|
|
@ -142,6 +142,11 @@
|
|||
$addon_info->mid_list = array();
|
||||
}
|
||||
|
||||
if($extra_vals->xe_run_method)
|
||||
{
|
||||
$addon_info->xe_run_method = $extra_vals->xe_run_method;
|
||||
}
|
||||
|
||||
|
||||
// Add information
|
||||
if($xml_obj->version && $xml_obj->attrs->version == '0.2') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue