+ session->taskID == $task->id) echo "";?>
name;?>
desc?>
diff --git a/module/story/view/m.view.html.php b/module/story/view/m.view.html.php
index 1faf934f41..f3b16e6e8e 100755
--- a/module/story/view/m.view.html.php
+++ b/module/story/view/m.view.html.php
@@ -1 +1,2 @@
+session->set('storyID', $story->id);?>
createLink('product', 'browse', "productID=$product->id"), 'parent'));?>
diff --git a/module/task/view/m.view.html.php b/module/task/view/m.view.html.php
index eec4cc3eb4..a58ff4cd83 100644
--- a/module/task/view/m.view.html.php
+++ b/module/task/view/m.view.html.php
@@ -1,4 +1,5 @@
session->set('taskID', $task->id);
if($this->session->taskType) die(js::locate($this->createLink('my', 'task', "type={$this->session->taskType}"), 'parent'));
die(js::locate($this->createLink('project', 'task', "projectID=$project->id"), 'parent'));
?>