Skip to content

Commit

Permalink
Use the conversation topic as the name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 31, 2013
1 parent fc05fd4 commit 4a1f064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -550,7 +550,7 @@ protected function _checkiTip(&$out)
array_unshift($out, array(
'type' => 'text',
'subtype' => 'calendar',
'name' => 'Meeting',
'name' => $this->_conversation_topic,
'stream' => $iCal->exportvCalendar()));
}
}
Expand Down

0 comments on commit 4a1f064

Please sign in to comment.