diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index df6cb20e6..10849c2bd 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -2085,6 +2085,7 @@ class QueryController extends BaseController $this->assign('subPromotes', $subPromotes); $this->assign('records', $records); $this->assign('pagination', $pagination); + $this->assign('parentid',$parentId); $this->assign('count', $count); $this->display(); }