User "Reedy" posted a comment on MediaWiki.r89617.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89617#c19177
Commit summary:

* (bug 28695) If there are no results for an abuse filter log, can you put "No 
matching items in log" or something similar, as we do for usual logs


Think this is right, not verified

Comment:

It needs the hit on $pager->doQuery() to do

<pre>
                $this->mResult = $this->reallyDoQuery(
                        $this->mOffset,
                        $queryLimit,
                        $descending
                );
</pre>

So that's when it gets defined, and hence, and then will work. See my comment 
above =)

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

Reply via email to