Hard-deprecate MediaWiki::triggerJobs()
Soft-deprecated in MW 1.34, not used anywhere in Codesearch. Change-Id: Ibc523744b7451d692a4bc7d8688d157d0effe831
This commit is contained in:
parent
ebb6f35375
commit
ce27d87b27
1 changed files with 2 additions and 0 deletions
|
|
@ -1141,6 +1141,8 @@ class MediaWiki {
|
|||
* @deprecated Since 1.34
|
||||
*/
|
||||
public function triggerJobs() {
|
||||
wfDeprecated( __METHOD__, '1.34' );
|
||||
|
||||
$jobRunRate = $this->config->get( 'JobRunRate' );
|
||||
if ( $this->getTitle()->isSpecial( 'RunJobs' ) ) {
|
||||
return; // recursion guard
|
||||
|
|
|
|||
Loading…
Reference in a new issue