Commit e8c7b5441a11a797de0be36d6e57cc4db96b65d8
1 parent
2b73f0c5
Exists in
master
and in
95 other branches
$$ typo
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; |
... | ... |