Amritsreekumar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/341811 )

Change subject: Replace the use of &$this
......................................................................

Replace the use of &$this

Use of &$this doesn't work in PHP 7.1, so it has been replaced with $this.

Bug: T153505
Change-Id: Iecb6660792638824697ae597e72072a758f38d81
---
M Dusk.skin.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Dusk 
refs/changes/11/341811/1

diff --git a/Dusk.skin.php b/Dusk.skin.php
index beec682..1085609 100644
--- a/Dusk.skin.php
+++ b/Dusk.skin.php
@@ -215,7 +215,7 @@
                        echo $this->makeListItem( $key, $tbitem );
                }
 
-               Hooks::run( 'SkinTemplateToolboxEnd', array( &$this, true ) );
+               Hooks::run( 'SkinTemplateToolboxEnd', array( $this, true ) );
 ?>
                        </ul>
                </div>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecb6660792638824697ae597e72072a758f38d81
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Dusk
Gerrit-Branch: master
Gerrit-Owner: Amritsreekumar <amrit.sreeku...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to