Revert "fedmsg/mediawiki, replace the $revision dict with the simplest version we can."
This reverts commit 8a7eeacfeb
.
This commit is contained in:
parent
8a7eeacfeb
commit
9cb51b5d1c
1 changed files with 0 additions and 4 deletions
|
@ -219,10 +219,6 @@ function article_save(
|
|||
|
||||
if ( is_object($revision) ) {
|
||||
$url = $title->getFullURL('diff=prev&oldid=' . $revision->getId());
|
||||
# And replace the revision with the simplest dict we can.
|
||||
$revision = array(
|
||||
"mTextId" => $revision.getId(),
|
||||
);
|
||||
} else {
|
||||
$url = $title->getFullURL();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue