Kill broken OOUI implementations of HTMLSelectAndOtherField, HTMLSelectOrOtherField
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 26 Jul 2015 23:22:56 +0000 (01:22 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 26 Jul 2015 23:42:23 +0000 (01:42 +0200)
commit5b6559ebca3f2bc277004dc9a5794d91ad5ea728
treef5d5f77c6be1a7a8e3717523c54ef9f6ded0c170
parent2c44bef931f846a6e17ff8f6f9dfec2190cc0742
Kill broken OOUI implementations of HTMLSelectAndOtherField, HTMLSelectOrOtherField

They inherited getInputOOUI() from their respective parents, which
obviously didn't work correctly. These shouldn't be inheriting from
incompatible parents, probably… but meh.

Change-Id: Id99ee74c4efd27fab0ee32555723a02df8015458
includes/htmlform/HTMLSelectAndOtherField.php
includes/htmlform/HTMLSelectOrOtherField.php