From: Timo Tijhof Date: Wed, 13 May 2015 18:23:52 +0000 (+0100) Subject: Add ActivityUpdateJob to autoloader X-Git-Tag: 1.31.0-rc.0~11417 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=2e8169756538694de992354898824f755fa6a446;p=lhc%2Fweb%2Fwiklou.git Add ActivityUpdateJob to autoloader Follows-up 836ad263c. Ran generateLocalAutoload.php. Change-Id: I12f597aa0d8100a60f2c631797a76627acbaa2ec --- diff --git a/autoload.php b/autoload.php index 6c623a382b..d158481c14 100644 --- a/autoload.php +++ b/autoload.php @@ -8,6 +8,7 @@ $wgAutoloadLocalClasses = array( 'AbstractContent' => __DIR__ . '/includes/content/AbstractContent.php', 'Action' => __DIR__ . '/includes/actions/Action.php', 'ActiveUsersPager' => __DIR__ . '/includes/specials/SpecialActiveusers.php', + 'ActivityUpdateJob' => __DIR__ . '/includes/jobqueue/jobs/ActivityUpdateJob.php', 'AjaxDispatcher' => __DIR__ . '/includes/AjaxDispatcher.php', 'AjaxResponse' => __DIR__ . '/includes/AjaxResponse.php', 'AllMessagesTablePager' => __DIR__ . '/includes/specials/SpecialAllMessages.php',