Legoktm has uploaded a new change for review.

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

Change subject: Fix undefined variable
......................................................................

Fix undefined variable

Change-Id: I4a10f3355d2e76f6f50b9970056db8831ce26005
---
M includes/JsonContent.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BookManagerv2 
refs/changes/52/112152/1

diff --git a/includes/JsonContent.php b/includes/JsonContent.php
index 5095dbb..82096d5 100644
--- a/includes/JsonContent.php
+++ b/includes/JsonContent.php
@@ -142,7 +142,7 @@
         * @return string: HTML representation
         */
        function getHighlightHtml() {
-               $schema = $this->getJsonData();
+               $block = $this->getJsonData();
                return is_array( $block ) ? self::objectTable( $block ) : '';
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a10f3355d2e76f6f50b9970056db8831ce26005
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BookManagerv2
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to