Change addCategoryLinks() to use array_fill_keys
authorwithoutaname <drevitchi@gmail.com>
Wed, 23 Jul 2014 02:41:50 +0000 (19:41 -0700)
committerWithoutaname <drevitchi@gmail.com>
Wed, 30 Jul 2014 20:36:02 +0000 (20:36 +0000)
commit923f94f691b7c7005988aeb5f74688cebf172a85
tree367c84015e222f2f9892123306a39c767f699d34
parentffb32e0b58091c5d687301e34d287dfb0061213b
Change addCategoryLinks() to use array_fill_keys

Previously it used an ugly array_combine hack.

Change-Id: I6bc4fb5cfffda468c61037588ebb4399b5121db5
includes/OutputPage.php