https://bugzilla.wikimedia.org/show_bug.cgi?id=21949
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Tim Starling <[email protected]> 2009-12-31 01:01:31 UTC --- This could happen if the enotif_body message has been incorrectly customised on the wiki in question. The $PAGETITLE variable does contain spaces, so if you tried to make a URL with http://venciclopedia.com/index.php?title=$PAGETITLE then you'd hit this problem. Since the wiki is public, I can confirm that this is indeed the case: http://venciclopedia.com/index.php?title=MediaWiki:Enotif_body The solution is to use $PAGETITLE_URL instead. Marking invalid since it is a local configuration issue, not a MediaWiki bug. -- 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
