Revert "fedmsg/mediawiki, replace the $revision dict with the simplest version we can."

This reverts commit 8a7eeacfeb.
This commit is contained in:
Ralph Bean 2014-12-11 01:47:11 +00:00
parent 8a7eeacfeb
commit 9cb51b5d1c

View file

@ -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();
}