From 0c557775786033e22fae9bcbc1b9575e035e6a28 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 29 Aug 2022 14:40:00 +0800 Subject: [PATCH] * Fix bug #26846. --- module/story/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/story/control.php b/module/story/control.php index 0d2b6cf323..97bf4c9572 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -1718,6 +1718,8 @@ class story extends control $storyIdList = $this->post->storyIdList; $storyIdList = array_unique($storyIdList); + $this->story->replaceURLang($storyType); + /* Get edited stories. */ $stories = $this->story->getByList($storyIdList); $productStoryList = array();