Skip to content

Commit

Permalink
Item13894: Remove double-encoding of attachment comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Dec 14, 2015
1 parent f0c889b commit 7269bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ sub saveAttachment {
my $verb = ( $topicObject->hasAttachment($name) ) ? 'update' : 'insert';
my $comment = $options->{comment} || '';

$comment = _encode($comment);
$cUID = _encode($cUID);

$handler->addRevisionFromStream( $stream, $comment, $cUID,
Expand Down

0 comments on commit 7269bb7

Please sign in to comment.