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

--- Comment #1 from kipod <[email protected]> 2011-10-13 22:22:09 UTC ---
btw: i can suggest a "band-aid" patch that will not fix the underlying issue
(pages in unwatchable "Special:" space in watchlist), but will eliminate the
exception:
in SpecialEditWatchlist.php, just above 

$tools[] = Linker::link( $title->getTalkPage(), wfMsgHtml( 'talkpagelinktext' )
);

add

if( $title->getNamespace() !== NS_SPECIAL )

-- 
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