* fix bug.

This commit is contained in:
wyd621
2014-03-12 05:17:07 +00:00
parent c0433709d9
commit 9230beaaa8
6 changed files with 10 additions and 3 deletions

View File

@@ -52,9 +52,9 @@ class custom extends control
die(js::reload('parent'));
}
$this->view->title = $this->lang->custom->common . $this->lang->colon . $this->lang->custom->story;
$this->view->title = $this->lang->custom->common . $this->lang->colon . $this->lang->$module->common;
$this->view->position[] = $this->lang->custom->common;
$this->view->position[] = $this->lang->custom->$module;
$this->view->position[] = $this->lang->$module->common;
$this->view->fieldList = $fieldList;
$this->view->dbFields = $this->custom->getItems("lang=$currentLang,all&module=$module&section=$field");
$this->view->field = $field;