Remove extra arguments to rollback. Not sure how those got added
in the first place. Fix the WikiPage, which was not cleaning up after itself.
This commit is contained in:
parent
1ceb7abb02
commit
0a7e06edca
4 changed files with 9 additions and 7 deletions
|
|
@ -52,6 +52,6 @@ TODO: {
|
|||
|
||||
END {
|
||||
# Clean up after thy self
|
||||
$versionTag->rollback($versionTag->getId);
|
||||
$versionTag->rollback();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue