Inline return in EditPage::getOriginalContent()
Change-Id: I9045f146d8a291643d419ca3913fca02252567c4
This commit is contained in:
parent
f63ec91b3a
commit
d1d178bf6a
1 changed files with 1 additions and 2 deletions
|
|
@ -1433,8 +1433,7 @@ class EditPage {
|
|||
->getContentHandler( $this->contentModel )
|
||||
->makeEmptyContent();
|
||||
}
|
||||
$content = $revision->getContent( RevisionRecord::FOR_THIS_USER, $user );
|
||||
return $content;
|
||||
return $revision->getContent( RevisionRecord::FOR_THIS_USER, $user );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue