http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95682
Revision: 95682
Author: dantman
Date: 2011-08-29 18:53:59 +0000 (Mon, 29 Aug 2011)
Log Message:
-----------
Followup r95547; Where'd that $ come from?
Modified Paths:
--------------
trunk/phase3/includes/UserMailer.php
Modified: trunk/phase3/includes/UserMailer.php
===================================================================
--- trunk/phase3/includes/UserMailer.php 2011-08-29 17:56:56 UTC (rev
95681)
+++ trunk/phase3/includes/UserMailer.php 2011-08-29 18:53:59 UTC (rev
95682)
@@ -130,7 +130,7 @@
global $wgSMTP, $wgServer;
$msgid = uniqid( wfWikiID() . ".", true ); /* true required for
cygwin */
- if ( is_array($wgSMTP) && $isset($wgSMTP['IDHost']) &&
$wgSMTP['IDHost'] ) {
+ if ( is_array($wgSMTP) && isset($wgSMTP['IDHost']) &&
$wgSMTP['IDHost'] ) {
$domain = $wgSMTP['IDHost'];
} else {
$url = wfParseUrl($wgServer);
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs