* Merge commit d2ea94cf6c.

This commit is contained in:
songchenxuan
2023-11-10 09:25:27 +08:00
parent 09c379de06
commit 970ca39e1d
+1 -1
View File
@@ -826,7 +826,7 @@ class story extends control
}
/* Get story and product. */
$product = $this->dao->findById($story->product)->from(TABLE_PRODUCT)->fields('name, id, type')->fetch();
$product = $this->dao->findById($story->product)->from(TABLE_PRODUCT)->fields('name, id, `type`')->fetch();
$this->story->replaceURLang($story->type);