diff --git a/module/my/control.php b/module/my/control.php index c8c4192da1..7713a660e1 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -447,8 +447,12 @@ class my extends control $this->view->position[] = $this->lang->my->dynamic; /* Assign. */ - $this->view->type = $type; - $this->view->actions = $this->loadModel('action')->getDynamic($this->app->user->account, $type, $orderBy, $pager); + $this->view->type = $type; + $this->view->recTotal = $recTotal; + $this->view->recPerPage = $recPerPage; + $this->view->pageID = $pageID; + $this->view->orderBy = $orderBy; + $this->view->actions = $this->loadModel('action')->getDynamic($this->app->user->account, $type, $orderBy, $pager); $this->display(); } diff --git a/module/my/view/dynamic.html.php b/module/my/view/dynamic.html.php index 3f890595e2..877e23774e 100644 --- a/module/my/view/dynamic.html.php +++ b/module/my/view/dynamic.html.php @@ -11,7 +11,6 @@ */ ?> -
| action->date;?> | -action->actor;?> | -action->action;?> | -action->objectType;?> | -idAB;?> | +action->date);?> | +action->actor);?> | +action->action);?> | +action->objectType);?> | +idAB);?> | action->objectName;?> |
|---|