"Catrope" changed the status of MediaWiki.r109844 to "fixme" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109844#c30272

Old Status: new
> New Status: fixme

Commit summary for MediaWiki.r109844:

AFT5 feedback page - HTML fixes, and resolve a TODO on the 'edits since' link.

Catrope's comment:

<pre>
+                       Title::newFromText( $record[0]->page_title ),
</pre>
This doesn't work for titles outside of the main namespace. You need to select 
page_namespace too, then use<code>Title::newFromRow( $record[0] )</code> .

OK otherwise.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to