fix
This commit is contained in:
@@ -11,17 +11,17 @@ class Page extends Member_Controller {
|
||||
}
|
||||
|
||||
public function email(){
|
||||
$this->index();
|
||||
$this->renderMemberPage("view_email");
|
||||
}
|
||||
public function chat(){
|
||||
$this->index();
|
||||
$this->renderMemberPage("view_chat");
|
||||
}
|
||||
|
||||
public function todo(){
|
||||
$this->index();
|
||||
$this->renderMemberPage("view_todo");
|
||||
}
|
||||
public function calendar(){
|
||||
$this->index();
|
||||
$this->renderMemberPage("view_calendar");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user