From: Max Semenik Date: Sat, 4 Nov 2017 07:47:29 +0000 (-0700) Subject: Remove use of a nonexistent variable X-Git-Tag: 1.31.0-rc.0~1605^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=6bf23489bd37e2e944f1c88b1751b06e44a31d96;p=lhc%2Fweb%2Fwiklou.git Remove use of a nonexistent variable Was gone since I4c22666fb98 year and a half ago. Change-Id: I7e2fb015310ea2541cd4a92133627b748507ef78 --- 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'; }