Commit ae3373c4e59efd241501890559ba1026ca4d2a2a
1 parent
497993cf
Exists in
master
and in
99 other branches
php/classes/DerivedParamMgr.php
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/DerivedParamMgr.php
... | ... | @@ -306,7 +306,7 @@ class DerivedParamMgr extends AmdaObjectMgr |
306 | 306 | } |
307 | 307 | if (file_exists(USERWSDIR.$id.'.xml')) unlink(USERWSDIR.$id.'.xml'); |
308 | 308 | |
309 | - $requestMgr = new RequestMgr(); | |
309 | + $requestMgr = new RequestMgr('request'); | |
310 | 310 | $n_requests = $requestMgr -> markAsUndefined($id); |
311 | 311 | return $isDeletedMask; |
312 | 312 | } | ... | ... |