jenkins-bot has submitted this change and it was merged.

Change subject: Remove unused variable
......................................................................


Remove unused variable

Also fixes a warning about use of an undefined variable.

Change-Id: Ib9ef421f169caaa9a669af6f28648175c14a4306
---
M SpecialTemplateSandbox.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/SpecialTemplateSandbox.php b/SpecialTemplateSandbox.php
index 5be21a4..736faa3 100644
--- a/SpecialTemplateSandbox.php
+++ b/SpecialTemplateSandbox.php
@@ -91,7 +91,7 @@
                        }
 
                        if ( is_callable( 'EditPage::getPreviewLimitReport' ) ) 
{
-                               $out .= $output->addHTML( Html::rawElement( 
'div', array( 'class' => 'limitreport' ),
+                               $output->addHTML( Html::rawElement( 'div', 
array( 'class' => 'limitreport' ),
                                        EditPage::getPreviewLimitReport( 
$this->output ) ) );
                                $output->addModules( 
'mediawiki.collapseFooterLists' );
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/93492
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9ef421f169caaa9a669af6f28648175c14a4306
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TemplateSandbox
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to