From: Aaron Schulz Date: Thu, 11 Apr 2013 18:12:52 +0000 (-0700) Subject: Removed old cache update b/c code from 2007. X-Git-Tag: 1.31.0-rc.0~20004 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=6d44eb2babb5d0bc325a7b25014a1898aedf30ad;p=lhc%2Fweb%2Fwiklou.git Removed old cache update b/c code from 2007. Change-Id: Ia19062cb48f7748501c061544b2949bf3beaba4d --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0a193df509..d74a074ed5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5462,7 +5462,6 @@ $wgJobClasses = array( 'refreshLinks' => 'RefreshLinksJob', 'refreshLinks2' => 'RefreshLinksJob2', 'htmlCacheUpdate' => 'HTMLCacheUpdateJob', - 'html_cache_update' => 'HTMLCacheUpdateJob', // backwards-compatible 'sendMail' => 'EmaillingJob', 'enotifNotify' => 'EnotifNotifyJob', 'fixDoubleRedirect' => 'DoubleRedirectJob',