Skip to content
Snippets Groups Projects
Commit d93aa037 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #5395 add if process_comment === null

parent d935cb28
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,11 @@ abstract class diffusion_list_Abstract extends functions
$listmodel[$role_id] = array();
if(!isset($listmodel[$role_id]['users']))
$listmodel[$role_id]['users'] = array();
if ($user->process_comment === null) {
$user->process_comment = '';
}
array_push(
$listmodel[$role_id]['users'],
array(
......
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