* Fix story lang.

This commit is contained in:
Yagami
2021-01-18 16:15:56 +08:00
parent 1fdc90b119
commit 00cc8ff2c3
+2 -1
View File
@@ -225,7 +225,8 @@ class product extends control
/* Change for requirement story title. */
if($storyType == 'requirement')
{
$this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);
$this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);
$this->lang->story->create = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->create);
$this->config->product->search['fields']['title'] = $this->lang->story->title;
}