This commit is contained in:
songchenxuan
2023-06-15 15:32:28 +08:00
parent 79c07f69fb
commit d2ea94cf6c
+1 -1
View File
@@ -1920,7 +1920,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);