Bug : in follow-up , error in security can_add_action
This commit is contained in:
parent
6931430a99
commit
bb7899d881
1 changed files with 2 additions and 2 deletions
|
|
@ -118,8 +118,8 @@ if ($op=='action_save')
|
|||
}
|
||||
header('Content-type: text/xml; charset=UTF-8');
|
||||
$dom=new DOMDocument('1.0', 'UTF-8');
|
||||
$xml_content=$dom->createElement('content', _("Sauvé"));
|
||||
$xml_status=$dom->createElement('status', "OK");
|
||||
$xml_content=$dom->createElement('content', $content);
|
||||
$xml_status=$dom->createElement('status', $status);
|
||||
$root=$dom->createElement("root");
|
||||
$root->appendChild($xml_content);
|
||||
$root->appendChild($xml_status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue