Ensure integer compare in Special:WantedCategories
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 6 Dec 2014 12:34:12 +0000 (13:34 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 6 Dec 2014 18:37:11 +0000 (18:37 +0000)
commit144d9e62ecf555a979c40e4f5c453cbf2d646242
treeddaa455b2b6af1ecefc4e1449a635deda6381ab4
parentc4b9f22b65f2112bcc76d9545a4a5b211a3b973a
Ensure integer compare in Special:WantedCategories

For some reasons the qc_value from the query is returned as string, not
integer. The strict unequal comparision gives always true and that
results in unwanted "1 -> 1 member". Added a intval call.

Bug: T76910
Change-Id: I26e2718e418f35e2e10565c747a8f06f2bbb5ba3
includes/specials/SpecialWantedcategories.php