diff --git a/module/story/model.php b/module/story/model.php index 457e150e66..70a7febb4d 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -3890,7 +3890,7 @@ class storyModel extends model } break; case 'taskCount': - $tasksLink = helper::createLink('story', 'tasks', "storyID=$story->id&isonlybody=yes"); + $tasksLink = helper::createLink('story', 'tasks', "storyID=$story->id", '', 'class="iframe"'); $storyTasks[$story->id] > 0 ? print(html::a($tasksLink, $storyTasks[$story->id], '', 'class="iframe"')) : print(0); break; case 'bugCount':