* Code for task#107072.

This commit is contained in:
xieqiyu
2023-12-04 13:35:49 +08:00
parent 3e4707f2b7
commit d894553959
2 changed files with 4 additions and 4 deletions
+3 -2
View File
@@ -35,6 +35,7 @@ class entry extends control
}
/**
* 添加应用接入禅道。
* Create an entry.
*
* @access public
@@ -60,8 +61,8 @@ class entry extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
}
$this->view->title = $this->lang->entry->common . $this->lang->colon . $this->lang->entry->create;
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
$this->view->title = $this->lang->entry->common . $this->lang->colon . $this->lang->entry->create;
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
$this->display();
}