Fix pm_id sometimes gets lost when saving infolog

This commit is contained in:
nathangray 2017-01-18 08:18:15 -07:00
parent 7cc280ac5f
commit f77d786387

View File

@ -1784,7 +1784,7 @@ class infolog_ui
if ($content['pm_id'])
{
//echo "<p>this->link->link('infolog',{$content['link_to']['to_id']},'projectmanager',{$content['pm_id']});</p>";
Link::link('infolog',$content['link_to']['to_id'],'projectmanager',$content['pm_id']);
Link::link('infolog',$info_id,'projectmanager',$content['pm_id']);
// making the project the selected link, if no other link selected
if (!$info_link_id || $info_link_id == 'projectmanager:'.$content['old_pm_id'])
{