Skip to content

Commit

Permalink
speedy: Add pageobj to deletion lookupCreation
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorymeltzer committed Mar 12, 2020
1 parent 10dc21d commit 7c6fe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/twinklespeedy.js
Expand Up @@ -1346,8 +1346,8 @@ Twinkle.speedy.callbacks = {
// Otherwise open the talk page directly
if (params.warnUser) {
thispage.setCallbackParameters(params);
thispage.lookupCreation(function() {
Twinkle.speedy.callbacks.noteToCreator();
thispage.lookupCreation(function(pageobj) {
Twinkle.speedy.callbacks.noteToCreator(pageobj);
deleteMain();
});
} else {
Expand Down

0 comments on commit 7c6fe4d

Please sign in to comment.