* append guest account.

This commit is contained in:
wangchunsheng
2010-04-12 06:04:00 +00:00
parent cb571a57fe
commit 12c5fd83d1

View File

@@ -52,6 +52,7 @@ class index extends control
$this->view->counts = count($projects);
$this->view->actions = $this->loadModel('action')->getDynamic('all', 25);
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->users['guest']= 'guest'; // append the guest account.
$this->display();
}