Merge "Add target-page to edit-user-talk to dismiss notification"

This commit is contained in:
jenkins-bot 2015-09-29 17:27:30 +00:00 committed by Gerrit Code Review
commit 396ad0a86d

View file

@ -64,7 +64,8 @@ abstract class EchoDiscussionParser {
'revid' => $revision->getID(), 'revid' => $revision->getID(),
'minoredit' => $revision->isMinor(), 'minoredit' => $revision->isMinor(),
'section-title' => $section['section-title'], 'section-title' => $section['section-title'],
'section-text' => $section['section-text'] 'section-text' => $section['section-text'],
'target-page' => $title->getArticleID(),
), ),
'agent' => $user, 'agent' => $user,
) ); ) );