diff --git a/trunk/module/index/control.php b/trunk/module/index/control.php index ca8097e1ec..e5a52ce3d3 100644 --- a/trunk/module/index/control.php +++ b/trunk/module/index/control.php @@ -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(); }