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();