mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
SpecialCollabPad: Remove unused variable $request
Change-Id: Ie5cce0771c2b7f1f5a521d3129deb2063b5cbf5b
This commit is contained in:
parent
748b3d17c7
commit
37e978d169
|
@ -55,8 +55,6 @@ class SpecialCollabPad extends SpecialPage {
|
|||
$this->setHeaders();
|
||||
$this->checkPermissions();
|
||||
|
||||
$request = $this->getRequest();
|
||||
|
||||
$output = $this->getOutput();
|
||||
|
||||
$output->addJsConfigVars( 'collabPadPageName', $subPage );
|
||||
|
|
Loading…
Reference in a new issue