From: addshore Date: Tue, 1 Mar 2016 11:55:58 +0000 (+0000) Subject: Rm unused $config from SpecialRecentChanges::getDefaultOptions X-Git-Tag: 1.31.0-rc.0~7778^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=c3b47ace126cdcd98516a77079afbc2fef4365d0;p=lhc%2Fweb%2Fwiklou.git Rm unused $config from SpecialRecentChanges::getDefaultOptions Change-Id: I5dc8f091c06b0d32d5d84af885608a57ca9c054a --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 77195053c3..7be95fa842 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -72,7 +72,6 @@ class SpecialRecentChanges extends ChangesListSpecialPage { public function getDefaultOptions() { $opts = parent::getDefaultOptions(); $user = $this->getUser(); - $config = $this->getConfig(); $opts->add( 'days', $user->getIntOption( 'rcdays' ) ); $opts->add( 'limit', $user->getIntOption( 'rclimit' ) );