nischayn22 / PageQuality

A MediaWiki extension to monitor and improve Page Quality
MIT License
0 stars 1 forks source link

Bug: when reporting on the number of pages with an issue, it actually shows the number of issues #33

Closed drorsnir closed 2 years ago

drorsnir commented 2 years ago

If you look at this, we get numbers such as 9,488 and 14,566 - more than the number of pages in the wiki: image

I guess you're summing the total number of issues, not the distinct pages with the issue.

nischayn22 commented 2 years ago

Fixed in https://github.com/nischayn22/PageQuality/commit/46ccaf8447f30b84cac3566b56bd2d1b91f7b972

drorsnir commented 2 years ago

Great :-)