Last modified: 2006-02-05 23:15:26 UTC
The blocklist is empty - message displayed even when the list is not empty. Fairly self-explanitory, I am sure this is probably just boolean isEmpty() problem or something... Should be easy to fix.
This is due to an incorrect backport of the fix for bug 1487 from HEAD to REL1_5 during beta stage. The function being called doesn't return a value in 1.5, so always evaluates to false.
Created attachment 1372 [details] diff for Block.php 1.29 to 1.29.2.1 Backports the return value in Block::enumBlocks so that the usage of it in Special:Ipblocks works correctly.
Fixed in REL1_5, will be in 1.5.7. Apply patch above to fix a local installation separately.