bugfix browser variable getfield

This commit is contained in:
Steven Mondji-Lerider 2012-08-21 18:22:21 +00:00
parent 27b5fd6b10
commit 05eac0153f
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ $fields = array (
"del_confirm" => array ("request", "string", ""),
"cancel" => array ("request", "string", ""),
"showdirsize" => array ("request", "integer", "0"),
"nomfich" => array ("request", "string", ""),
);
getFields($fields);