MDL-53438 tool_lp: Set client_id parameter for comment object
This commit is contained in:
committed by
Frederic Massart
parent
6e20a8de26
commit
e43f6aa756
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user