From 7269bb78835d6a5f1b717aae7b1cd83a7b9e0ce7 Mon Sep 17 00:00:00 2001 From: George Clark Date: Sun, 13 Dec 2015 23:07:22 -0500 Subject: [PATCH] Item13894: Remove double-encoding of attachment comments. --- RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm b/RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm index 9bca4d628e..868b82b0f9 100644 --- a/RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm +++ b/RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm @@ -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,