Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/108336


Change subject: Fix SpecialSetSiteLink Fatal
......................................................................

Fix SpecialSetSiteLink Fatal

Change-Id: If9fd4321c0d6b20ec111f0a7026cedf2a263cab6
---
M repo/includes/specials/SpecialSetSiteLink.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/36/108336/1

diff --git a/repo/includes/specials/SpecialSetSiteLink.php 
b/repo/includes/specials/SpecialSetSiteLink.php
index 432d84e..d7370e7 100644
--- a/repo/includes/specials/SpecialSetSiteLink.php
+++ b/repo/includes/specials/SpecialSetSiteLink.php
@@ -246,7 +246,7 @@
                                )->parse()
                        )
                        . Html::input( 'site', $this->site, 'hidden' )
-                       . Html::input( 'id', 
$this->getEntity()->getId()->getSerialization(), 'hidden' )
+                       . Html::input( 'id', 
$this->entityContent->getEntity()->getId()->getSerialization(), 'hidden' )
                        . Html::input( 'remove', 'remove', 'hidden' )
                        . $pageinput;
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9fd4321c0d6b20ec111f0a7026cedf2a263cab6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man <h...@online.de>

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

Reply via email to