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 | 26 | //Send to SAMP |
27 | 27 | $this->sendToSamp = isset($input->sendToSamp) ? $input->sendToSamp : FALSE; |
28 | 28 | if ($this->sendToSamp) { |
29 | - $input->disablebatch = FALSE; | |
29 | + $input->disablebatch = TRUE; | |
30 | 30 | $input->timeformat = 'YYYY-MM-DDThh:mm:ss'; |
31 | 31 | $input->fileformat = 'vot'; |
32 | 32 | $input->compression = ''; |
... | ... |