Index: branches/5.2.x/core/units/logs/email_logs/email_log_tp.php =================================================================== diff -u -N -r15608 -r16513 --- branches/5.2.x/core/units/logs/email_logs/email_log_tp.php (.../email_log_tp.php) (revision 15608) +++ branches/5.2.x/core/units/logs/email_logs/email_log_tp.php (.../email_log_tp.php) (revision 16513) @@ -1,6 +1,6 @@ getObject($params); - /* @var $object kDBItem */ $other_recipients = $object->GetDBField('OtherRecipients'); $other_recipients = $other_recipients ? unserialize($other_recipients) : Array (); @@ -80,8 +80,8 @@ */ protected function RecipientsByType($params) { + /** @var Array $recipients */ $recipients = $this->Application->Parser->GetParam('recipients'); - /* @var $recipients Array */ $ret = ''; $block_params = $this->prepareTagParams($params);