Commit d6736882308874bb5c5aec9e599511fa255f8dac
Exists in
master
and in
94 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/RequestMgr.php
... | ... | @@ -232,7 +232,7 @@ class RequestMgr extends AmdaObjectMgr |
232 | 232 | { |
233 | 233 | $argsTab['param'] = array_unique($params); |
234 | 234 | $argsTab['startTime'] = $obj->startDate; |
235 | - $argsTab['stopTime'] = $$obj->stopDate; | |
235 | + $argsTab['stopTime'] = $obj->stopDate; | |
236 | 236 | } |
237 | 237 | } |
238 | 238 | if (count($argsTab) > 0) $args[] = $argsTab; | ... | ... |