Skip to content

Commit

Permalink
Item12477: grrrr perl.....
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed Dec 21, 2014
1 parent 4e875bf commit 91b5763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RCSStoreContrib/lib/Foswiki/Store/Rcs/Store.pm
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ sub _readChanges {
$row{user} = shift(@row);
$row{time} = shift(@row) || 0;
$row{revision} = shift(@row) || 1;
$row{more} = shift(@row);
$row{more} = shift(@row) || '';

# Try and decode 'more', for compatibility mode
my $ok = 0;
Expand Down

0 comments on commit 91b5763

Please sign in to comment.