diff --git a/module/story/control.php b/module/story/control.php index 6907447451..e5affc5b1c 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -1396,7 +1396,6 @@ class story extends control if($tab == 'product' and !empty($product->shadow)) { $backLink = $this->session->productList ? $this->session->productList : inlink('product', 'all'); - $viewLink = $this->createLink('story', 'view', "storyID=$storyID&version=$version¶m=$param&storyType=$storyType") . '#app=project'; $js = js::start(); $js .= "setTimeout(\"parent.$.apps.open('$uri#app=project')\", 100)"; $js .= js::end();