diff --git a/module/story/view/affected.html.php b/module/story/view/affected.html.php index 64509dbbee..5babd9bce2 100644 --- a/module/story/view/affected.html.php +++ b/module/story/view/affected.html.php @@ -1,7 +1,6 @@ twins) ? count(explode( ',', trim($story->twins, ','))) + 1 : 0; $twinsClass = isonlybody() ? 'showinonlybody' : 'iframe'; $canViewLinkStory = common::hasPriv('story', 'view'); $lang->story->currentBranch = sprintf($this->lang->story->currentBranch, $this->lang->product->branchName[$product->type]); @@ -12,7 +11,7 @@ if(isset($twins))
| story->lastEditedByAB;?> | - + branch]) ? $branches[$twin->branch] : '';
|---|