https://bugzilla.wikimedia.org/show_bug.cgi?id=31557
Web browser: ---
Bug #: 31557
Summary: Fatal error on invalid userspace pages
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: WikiLove
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
See https://secure.wikimedia.org/wikipedia/en/wiki/User:/xxx . This is a
userspace page with an invalid title, but WikiLove still tries to call
Title::getTalkPage(), producing a fatal error.
I think this can be fixed by adding
if ( $baseTitle === null) {
return null;
}
around line 179 of
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiLove/WikiLove.hooks.php?view=markup
.
--
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