--- Save.pm 2006-03-24 20:21:18.000000000 -0800 +++ mare.qbfreak.net/lib/TWiki/UI/Save.pm 2006-03-19 12:46:46.000000000 -0800 @@ -104,7 +104,7 @@ if( $topicExists ) { ( $prevMeta, $prevText ) = - $store->readTopic( $user, $webName, $topic, undef ); + $store->readTopic( undef, $webName, $topic, undef ); if( $prevMeta ) { foreach my $k ( keys %$prevMeta ) { unless( $k =~ /^_/ || $k eq 'FORM' || $k eq 'TOPICPARENT' ||