page: Remove unused WikiPage::doQuickEditContent()
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 4 Oct 2016 21:06:38 +0000 (22:06 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Oct 2016 21:14:33 +0000 (21:14 +0000)
commit6aa6519293ecef1e346d351a42cf4565a700bd0b
tree32352f61a1fad0519ec9edbe74d23a94198d03fe
parentd8f594f9e68d453113836ba6a9475dd0c51f371b
page: Remove unused WikiPage::doQuickEditContent()

This is a rather hakcy method that bypasses various cache invalidation
updates. This method shouldn't be (and, fortunately, isn't) called
anywhere in Wikimedia Git.

Change-Id: I03ede077294344c420827e4a6527d4c5fc3509b0
includes/page/Article.php
includes/page/WikiPage.php
tests/phpunit/includes/page/WikiPageTest.php