git-svn-id: http://xe-core.googlecode.com/svn/trunk@789 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 03:27:11 +00:00
parent fdffc30fec
commit 810f30cf6b
21 changed files with 99 additions and 94 deletions

View file

@ -88,7 +88,7 @@
$addon_info->author->email_address = $xml_obj->author->attrs->email_address;
$addon_info->author->homepage = $xml_obj->author->attrs->link;
$addon_info->author->date = $xml_obj->author->attrs->date;
$addon_info->author->description = $xml_obj->author->description->body;
$addon_info->author->description = trim($xml_obj->author->description->body);
// history
if(!is_array($xml_obj->history->author)) $history[] = $xml_obj->history->author;

View file

@ -3,6 +3,6 @@
<actions>
<action name="dispIndex" type="view" standalone="true" admin_index="true" />
<action name="dispAddonInfo" type="view" standalone="true" />
<action name="procToggleActivateAddon" type="controller" standalone="true" />
<action name="procAddonToggleActivate" type="controller" standalone="true" />
</actions>
</module>