SpecialBlockList: Remove unused message 'infiniteblock' in formatValue()
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 14 Dec 2014 11:32:02 +0000 (12:32 +0100)
committerKrinkle <krinklemail@gmail.com>
Mon, 15 Dec 2014 02:58:31 +0000 (02:58 +0000)
Change-Id: I24bf357386366e1bbe3ec1e5463b7b6bba9df0e8

includes/specials/SpecialBlockList.php

index da6f4c0..23b739a 100644 (file)
@@ -262,7 +262,6 @@ class BlockListPager extends TablePager {
                                'blocklist-nousertalk',
                                'unblocklink',
                                'change-blocklink',
-                               'infiniteblock',
                        );
                        $msg = array_combine( $msg, array_map( array( $this, 'msg' ), $msg ) );
                }