MDL-53438 tool_lp: Set client_id parameter for comment object

This commit is contained in:
Jun Pataleta
2016-04-18 10:58:56 +08:00
committed by Frederic Massart
parent 6e20a8de26
commit e43f6aa756
+1
View File
@@ -198,6 +198,7 @@ class plan extends persistent {
}
$comment = new comment((object) array(
'client_id' => 'plancommentarea' . $this->get_id(),
'context' => $this->get_context(),
'component' => 'tool_lp',
'itemid' => $this->get_id(),