Remove unused $pageSet var
authorjeroendedauw <jeroendedauw@gmail.com>
Thu, 24 Sep 2015 17:06:59 +0000 (19:06 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Thu, 24 Sep 2015 17:06:59 +0000 (19:06 +0200)
Change-Id: Ic9c8bf9ed840703128a4c0e873ef7d70b6155494

includes/api/ApiQueryAllDeletedRevisions.php

index 172ee99..4f7984e 100644 (file)
@@ -54,7 +54,6 @@ class ApiQueryAllDeletedRevisions extends ApiQueryRevisionsBase {
                $params = $this->extractRequestParams( false );
 
                $result = $this->getResult();
                $params = $this->extractRequestParams( false );
 
                $result = $this->getResult();
-               $pageSet = $this->getPageSet();
 
                // This module operates in two modes:
                // 'user': List deleted revs by a certain user
 
                // This module operates in two modes:
                // 'user': List deleted revs by a certain user