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:
flyskyko 2012-08-27 02:48:21 +00:00
parent 4d5ecbdc6e
commit bba2025a46
4 changed files with 42 additions and 2 deletions

View file

@ -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') {