Commit 67902d0db5e595909b677f0e8f938535dcbda935
1 parent
0e540b69
Exists in
master
and in
81 other branches
structure in download request => filestructure. Apply modif in Impex manager
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/RemoteDataCenter/ImpexParamManager.php
... | ... | @@ -380,7 +380,7 @@ class ImpexParamManager |
380 | 380 | $obj = (object)array( |
381 | 381 | "nodeType" => "download", |
382 | 382 | "downloadSrc" => "0", |
383 | - "structure" => 2, | |
383 | + "filestructure" => 2, | |
384 | 384 | "refparamSampling" => false, |
385 | 385 | "sampling" => 60, |
386 | 386 | "timesrc" => "Interval", |
... | ... |