37 if ( isset( $this->params[
'editorID'] ) && $this->params[
'editorID'] ) {
38 $editor = User::newFromId( $this->params[
'editorID'] );
41 # @todo FIXME: newFromName could return false on a badly configured wiki.
42 $editor = User::newFromName( $this->params[
'editor'],
false );
44 $enotif->actuallyNotifyOnPageChange(
47 $this->params[
'timestamp'],
48 $this->params[
'summary'],
49 $this->params[
'minorEdit'],
50 $this->params[
'oldid'],
51 $this->params[
'watchers'],
52 $this->params[
'pageStatus']
This module processes the email notifications when the current page is changed.
Job for email notification mails.
__construct(Title $title, array $params)
Class to both describe a background job and handle jobs.
array $params
Array of job parameters.
Represents a title within MediaWiki.