From fe4f28622d608f2d5bc1a45643cb9d38ffb0ce19 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 14 Dec 2023 15:43:51 +0800 Subject: [PATCH] * Fix bug#41171. --- module/story/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/control.php b/module/story/control.php index 358c1baa23..b8ad3d02f5 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -486,6 +486,7 @@ class story extends control $story = $this->story->mergeReviewer($story, true); $this->app->loadLang('bug'); + $this->story->replaceURLang($story->type); $this->storyZen->getLinkedObjects($story); $this->storyZen->setHiddenFieldsForView($product);