Wikia code/includes/EmaillingJob.php
Appearance
< Wikia code | includes
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\EmaillingJob.php 2011-07-18 22:31:28.079101600 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\EmaillingJob.php 2011-08-17 15:28:46.443359400 +0100
@@ -18,7 +18,8 @@
$this->params['from'],
$this->params['subj'],
$this->params['body'],
- $this->params['replyto']
+ $this->params['replyto'],
+ 'EmaillingJob'
);
return true;
}