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

Change subject: Fix horrible typo in Wikibase.hooks
......................................................................


Fix horrible typo in Wikibase.hooks

Change-Id: Iec4da8d0aefb49f2032947be68f1c23b1425dd32
---
M repo/Wikibase.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aude: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/Wikibase.hooks.php b/repo/Wikibase.hooks.php
index e02daaa..677e8d4 100644
--- a/repo/Wikibase.hooks.php
+++ b/repo/Wikibase.hooks.php
@@ -951,7 +951,7 @@
         */
        public static function onShowSearchHitTitle( &$link_t, &$titleSnippet, 
SearchResult $result ) {
                $title = $result->getTitle();
-               $entityNamespaceLookup = 
WikibsseRepo::getDefaultInstance()->getEntityNamespaceLookup();
+               $entityNamespaceLookup = 
WikibaseRepo::getDefaultInstance()->getEntityNamespaceLookup();
 
                if ( $entityNamespaceLookup->isEntityNamespace( 
$title->getNamespace() ) ) {
                        $titleSnippet = $title->getPrefixedText();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iec4da8d0aefb49f2032947be68f1c23b1425dd32
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to