Remove use of a nonexistent variable
authorMax Semenik <maxsem.wiki@gmail.com>
Sat, 4 Nov 2017 07:47:29 +0000 (00:47 -0700)
committerMax Semenik <maxsem.wiki@gmail.com>
Sat, 4 Nov 2017 07:47:29 +0000 (00:47 -0700)
Was gone since I4c22666fb98 year and a half ago.

Change-Id: I7e2fb015310ea2541cd4a92133627b748507ef78

includes/specials/SpecialJavaScriptTest.php

index 17c64c8..b786c86 100644 (file)
@@ -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';
        }