Skip to content

Commit

Permalink
Item9988: delRev fails because the logger code change was missed
Browse files Browse the repository at this point in the history
Yet another code refactoring that was not done carefully enough
We need to do something dramatic to our code quality.
This is not good enough.


git-svn-id: http://svn.foswiki.org/branches/Release01x01@9944 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 10, 2010
1 parent 56a27f6 commit bdc1cc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/lib/Foswiki/Meta.pm
Expand Up @@ -2146,11 +2146,9 @@ sub deleteMostRecentRevision {
# TODO: delete entry in .changes

# write log entry
$this->{_session}->writeLog(
'cmd',
$this->{_session}->logEvent( 'cmd',
$this->{_web} . '.' . $this->{_topic},
" delRev $rev by " . $this->{_session}->{user}
);
"delRev $rev by " . $this->{_session}->{user} );
}

=begin TML
Expand Down

0 comments on commit bdc1cc7

Please sign in to comment.