Skip to content

Commit

Permalink
Item13122: does not insert old entry again - the entry was empty anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
prmdhost authored and gac410 committed Nov 28, 2014
1 parent 2ba7356 commit 859d0b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Foswiki/Plugins/DBIStorePlugin.pm
Expand Up @@ -112,8 +112,6 @@ sub afterRenameHandler {
new Foswiki::Meta( $Foswiki::Plugins::SESSION, $newWeb, $newTopic );
Foswiki::Contrib::DBIStoreContrib::start();
Foswiki::Contrib::DBIStoreContrib::remove($oldo); #, $olda );
Foswiki::Contrib::DBIStoreContrib::insert($oldo); #, $olda );
Foswiki::Contrib::DBIStoreContrib::remove($newo); #, $newa );
Foswiki::Contrib::DBIStoreContrib::insert($newo); #, $newa );
Foswiki::Contrib::DBIStoreContrib::commit();
}
Expand Down

0 comments on commit 859d0b7

Please sign in to comment.