Skip to content
Snippets Groups Projects
Commit 13235c27 authored by Uma's avatar Uma
Browse files

Merge branch 'Mentioned_User_BugFix' into 'master'

Mentioned Users array declaration

See merge request !552
parents addadef3 adcb93d0
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ class Vtiger_MentionedUsers_Action extends Vtiger_Action_Controller {
}
public function process(Vtiger_Request $request) {
$mentionedUsers = [];
$commentId = $request->get('crmid');
$commentRecord = Vtiger_Record_Model::getInstanceById($commentId, Vtiger_Module_Model::getInstance('ModComments'));
$commentOwnerId = $commentRecord->get('creator');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment