* Adjust entry code.

This commit is contained in:
王怡栋
2021-08-19 19:49:21 +08:00
parent a363ca9ced
commit cb4c9a389d
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class entry extends control
$entry = $this->entry->getByID($id);
$this->view->title = $this->lang->entry->log . $this->lang->colon . $entry->name;
$this->view->logs = $this->entry->getLogList($id, $orderBy, $pager);
$this->view->logs = $this->entry->getLogs($id, $orderBy, $pager);
$this->view->position[] = html::a(inlink('browse'), $this->lang->entry->api);
$this->view->position[] = html::a(inlink('browse'), $this->lang->entry->common);
$this->view->position[] = $this->lang->entry->log;