EditPage: Make getCheckboxesDefinition() public
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 31 Aug 2017 15:24:08 +0000 (17:24 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 31 Aug 2017 15:24:08 +0000 (17:24 +0200)
Bug: T174613
Change-Id: I2dc4104580ac36551ec1ca0deed38ce50e5473ac

includes/EditPage.php

index 40913bb..4451867 100644 (file)
@@ -4086,7 +4086,7 @@ class EditPage {
         *   where bool indicates the checked status of the checkbox
         * @return array
         */
-       protected function getCheckboxesDefinition( $checked ) {
+       public function getCheckboxesDefinition( $checked ) {
                global $wgUser;
                $checkboxes = [];