Allow access to revision deleted wikitext on action=edit
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 25 Mar 2014 19:19:55 +0000 (20:19 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 4 Apr 2014 05:09:27 +0000 (05:09 +0000)
commit46172a8433f34ef2e3660c43e0edf745c4f7a7ad
treef57f9d8d71938deedc4badbe84e2eb33de3db385
parent0088c506bb86d93055a4a335f78ed74c3a754173
Allow access to revision deleted wikitext on action=edit

EditPage.php has a Revision::getContent() without specifiy the
visiblity, that will give a empty textbox for revision deleted revisions
of a page, when editing this with the unhide=1 param.
Adding Revision::FOR_THIS_USER to allow admins or oversighter to see the
wikitext of such a revision.

Change-Id: Ie010346b613d96eacee6e33be0ed141f7061b709
includes/EditPage.php