BUG 7338: User profile " Replaced by " doesn't work when PM derivate a case IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2013-03-12 10:24:34 -04:00
parent 4458abd328
commit 37c6fa8ec0

View File

@@ -417,7 +417,7 @@ class Derivation
$userFields['USR_EMAIL'] = '';
//get the report_to user & its full info
$useruid = $this->getDenpendentUser( $this->checkReplacedByUser( $tasInfo['USER_UID'] ) );
$useruid = $this->checkReplacedByUser( $this->getDenpendentUser( $tasInfo['USER_UID'] ) );
if (isset( $useruid ) && $useruid != '') {
$userFields = $this->getUsersFullNameFromArray( $useruid );