Bug : export_document the parameters id, ag_id and value are optionnal
This commit is contained in:
parent
53cad342d7
commit
3e565b0b39
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ $http=new HttpInput();
|
|||
|
||||
$action = (isset($_REQUEST['a'])) ? $_REQUEST['a'] : 'sh';
|
||||
|
||||
$id=$http->request('id','number');
|
||||
$ag_id=$http->request('ag_id','number');
|
||||
$id=$http->request('id','number','0');
|
||||
$ag_id=$http->request('ag_id','number',0);
|
||||
$value=$http->request('value',"string", null);
|
||||
|
||||
/* Show the document */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue