https://bugzilla.wikimedia.org/show_bug.cgi?id=18274


Niklas Laxström <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Severity|major                       |normal
          Component|Page rendering              |Maintenance scripts
           Priority|High                        |Normal




--- Comment #6 from Niklas Laxström <[email protected]>  2009-04-07 
06:22:45 UTC ---
We had the same problem at translatewiki.net in the mails which were containing
localhost urls.

We use this hack to work around it:

if ( $wgServer === 'http://localhost' ) {
  $wgServer = $wgInternalServer = 'http://translatewiki.net';
}


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to