X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialJavaScriptTest.php;h=b786c869fb6d85f90b48dbaf23a92fb4326ccbd8;hb=4bd87fba840a3fa2ba8c6dbcfa7f005f6708c0fa;hp=17c64c8edeaa9d8f7d793f6c8352e2692c7d28c6;hpb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialJavaScriptTest.php b/includes/specials/SpecialJavaScriptTest.php index 17c64c8ede..b786c869fb 100644 --- a/includes/specials/SpecialJavaScriptTest.php +++ b/includes/specials/SpecialJavaScriptTest.php @@ -199,15 +199,6 @@ HTML; echo $html; } - /** - * Return an array of subpages that this special page will accept. - * - * @return string[] subpages - */ - public function getSubpagesForPrefixSearch() { - return self::$frameworks; - } - protected function getGroupName() { return 'other'; }