From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- includes/JobQueue.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/JobQueue.php') diff --git a/includes/JobQueue.php b/includes/JobQueue.php index a2780bdb..5cec3106 100644 --- a/includes/JobQueue.php +++ b/includes/JobQueue.php @@ -4,8 +4,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { die( "This file is part of MediaWiki, it is not a valid entry point\n" ); } -require_once('UserMailer.php'); - /** * Class to both describe a background job and handle jobs. */ @@ -290,3 +288,4 @@ abstract class Job { } } + -- cgit v1.2.3-54-g00ecf