Skip to content

Commit

Permalink
Use the subject as the filename, if available.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 13, 2015
1 parent 1fed042 commit 6c308bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Compress/lib/Horde/Compress/Tnef/VTodo.php
Expand Up @@ -263,7 +263,7 @@ protected function _tovTodo()
return array(
'type' => 'text',
'subtype' => 'vTodo',
'name' => 'Untitled.vtodo',
'name' => $msg->subject ? $msg->subject . '.vtodo': 'Untitled.vtodo',
'stream' => $iCal->exportvCalendar()
);
}
Expand Down

0 comments on commit 6c308bb

Please sign in to comment.