Commit d15524e1ae753d8908debf8dc1ef42139eccbf31
1 parent
30332d0f
Exists in
master
and in
95 other branches
Fix a warning message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/RequestMgr.php
... | ... | @@ -213,7 +213,7 @@ class RequestMgr extends AmdaObjectMgr |
213 | 213 | case 'request' : |
214 | 214 | |
215 | 215 | //TODO check TT as well (first start and last stop ?) |
216 | - if ($obj->timesrc != 'Interval') continue; | |
216 | + if ($obj->timesrc != 'Interval') break; | |
217 | 217 | |
218 | 218 | $argsTab = array(); |
219 | 219 | foreach ($obj->panels as $panel) |
... | ... |