Merge "auth: Follow up on e907d4328dc3e"
[lhc/web/wiklou.git] / includes / specials / pagers / ProtectedTitlesPager.php
index ed437be..d17e3c6 100644 (file)
@@ -37,7 +37,7 @@ class ProtectedTitlesPager extends AlphabeticPager {
                parent::__construct( $form->getContext() );
        }
 
-       function getStartBody() {
+       protected function getStartBody() {
                # Do a link batch query
                $this->mResult->seek( 0 );
                $lb = new LinkBatch;