diff --git a/module/story/model.php b/module/story/model.php index cc79bb008a..4d360b4ff1 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -914,7 +914,7 @@ class storyModel extends model } } - /*Fix product changes when editing requirements on site */ + /* Unchanged product when editing requirements on site. */ $storyProjectID = $this->dao->select('t2.hasProduct')->from(TABLE_PROJECTPRODUCT)->alias('t1') ->leftJoin(TABLE_PROJECT)->alias('t2')->on('t1.project = t2.id') ->where('t1.product')->eq($oldStory->product)