diff --git a/module/execution/test/model/getsearchtasks.php b/module/execution/test/model/getsearchtasks.php index ba9b47087d..6a1de13b6d 100755 --- a/module/execution/test/model/getsearchtasks.php +++ b/module/execution/test/model/getsearchtasks.php @@ -58,6 +58,10 @@ cid=1 */ +global $app; +$app->rawModule = 'execution'; +$app->rawMethod = 'task'; + $condition = array(); $condition[] = "t1.execution = '3' AND t1.deleted = '0' AND t1.parent >= 0"; $condition[] = "t1.type = 'devel' AND t1.fromBug != '0' AND t1.parent >= 0";