diff --git a/module/story/zen.php b/module/story/zen.php index 64141edf4f..4c49f22926 100644 --- a/module/story/zen.php +++ b/module/story/zen.php @@ -2038,7 +2038,7 @@ class storyZen extends story $searchConfig = $this->session->executionStorysearchParams; $searchFields = $this->session->executionStoryForm; $featureBar = $this->lang->execution->featureBar['story']; - if($this->app->tab == 'project') + if($this->app->tab == 'project' && $this->session->multiple) { $this->app->loadLang('projectstory'); $this->app->loadConfig('product');