* Fix bug #43503.
This commit is contained in:
@@ -386,6 +386,7 @@ class release extends control
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noletter');
|
||||
$this->view->browseType = $browseType;
|
||||
$this->view->param = $param;
|
||||
$this->view->pager = $pager;
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -35,6 +35,7 @@ dtable
|
||||
set::userMap($users),
|
||||
set::cols($cols),
|
||||
set::data($allStories),
|
||||
set::loadPartial(true),
|
||||
set::footToolbar(array
|
||||
(
|
||||
'items' => array(array
|
||||
|
||||
Reference in New Issue
Block a user