Index: branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @ingroup SpecialPage |
13 | 13 | * @author Rob Church <robchur@gmail.com> |
14 | 14 | */ |
15 | | -class SpecialMostlinkedtemplates extends QueryPage { |
| 15 | +class MostlinkedTemplatesPage extends QueryPage { |
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Name of the report |
Index: branches/querypage-work2/phase3/includes/QueryPage.php |
— | — | @@ -97,8 +97,8 @@ |
98 | 98 | * |
99 | 99 | * @return String |
100 | 100 | */ |
101 | | - abstract function getName(); |
102 | | - } |
| 101 | +// abstract function getName(); |
| 102 | +// } |
103 | 103 | |
104 | 104 | /** |
105 | 105 | * Return title object representing this page |