From 970ca39e1d2c2e1fa8143d8078ea15fa6515d925 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Fri, 10 Nov 2023 09:25:27 +0800 Subject: [PATCH] * Merge commit d2ea94cf6c. --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index edc0b4a5a4..852e044a89 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -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);