Add QueryPage::delete method
authorGergő Tisza <tgr.huwiki@gmail.com>
Fri, 26 Jul 2019 14:47:09 +0000 (16:47 +0200)
committerGergő Tisza <tgr.huwiki@gmail.com>
Fri, 26 Jul 2019 21:22:30 +0000 (23:22 +0200)
commit767fdb56cf0d660c63a2ddaf072eb00943165dfb
treec1bfeb7169a310239ed354fb06e5c77a874703f8
parent3dfb1cb23624439be7000ab351197bdbacef3afb
Add QueryPage::delete method

Add a method for delete the cached result for a page. This is
useful for backlog-type query pages which provide some interface
for fixing the problem in-place.

Change-Id: I36b750d71b6551bb5c662e82c24f029db01acd3b
includes/specialpage/QueryPage.php