Commit 522bdbd6cdd49437a875fc395cde1976e086b35d
1 parent
c582ff6c
Exists in
master
and in
64 other branches
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/DownloadImpl/IHMInputOutputParamsDownloadClass.php
@@ -26,7 +26,7 @@ class IHMInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClas | @@ -26,7 +26,7 @@ class IHMInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClas | ||
26 | //Send to SAMP | 26 | //Send to SAMP |
27 | $this->sendToSamp = isset($input->sendToSamp) ? $input->sendToSamp : FALSE; | 27 | $this->sendToSamp = isset($input->sendToSamp) ? $input->sendToSamp : FALSE; |
28 | if ($this->sendToSamp) { | 28 | if ($this->sendToSamp) { |
29 | - $input->disablebatch = FALSE; | 29 | + $input->disablebatch = TRUE; |
30 | $input->timeformat = 'YYYY-MM-DDThh:mm:ss'; | 30 | $input->timeformat = 'YYYY-MM-DDThh:mm:ss'; |
31 | $input->fileformat = 'vot'; | 31 | $input->fileformat = 'vot'; |
32 | $input->compression = ''; | 32 | $input->compression = ''; |