* adjust for dashboard when guest.

This commit is contained in:
wangyidong
2016-05-23 16:39:54 +08:00
parent 30ba80d0e0
commit 02794d696c
3 changed files with 8 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ class block extends control
public function dynamic()
{
$this->view->actions = $this->loadModel('action')->getDynamic('all', 'today');
$this->view->users = $this->loadModel('user')->getPairs();
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->display();
}