Fix (Api)BlockTest for Sqlite. getRangeStart()/getRangeEnd() were returning null...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Jun 2011 18:13:21 +0000 (18:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Jun 2011 18:13:21 +0000 (18:13 +0000)
commite1d01b4d7bde769f4bf370b409065b90fbfffff8
tree91a3e98b1ebfc97b89ff7ae535b9983bb39bbbd7
parent315ac38cd6f5d3f467b893669967ac20c391c61e
Fix (Api)BlockTest for Sqlite. getRangeStart()/getRangeEnd() were returning null for user blocks, which was then happily inserted into a NOT NULL column. The IGNORE was just masking the real error. Thanks Brion and MaxSem. Oh, and ping r84475
includes/Block.php