Index: trunk/phase3/includes/job/EmaillingJob.php |
— | — | @@ -12,8 +12,9 @@ |
13 | 13 | * |
14 | 14 | * @ingroup JobQueue |
15 | 15 | */ |
| 16 | +require_once dirname( __FILE__ ) . '/../UserMailer.php'; |
| 17 | + |
16 | 18 | class EmaillingJob extends Job { |
17 | | - |
18 | 19 | function __construct( $title, $params, $id = 0 ) { |
19 | 20 | parent::__construct( 'sendMail', Title::newMainPage(), $params, $id ); |
20 | 21 | } |