Mollywhite has uploaded a new change for review.

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


Change subject: Add globals that were removed in rebase.
......................................................................

Add globals that were removed in rebase.

Change-Id: Ibd908f99b38cd717a2f0b4930aaf5bba86d61fcf
---
M BookManagerv2.hooks.php
1 file changed, 3 insertions(+), 1 deletion(-)


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

diff --git a/BookManagerv2.hooks.php b/BookManagerv2.hooks.php
index 4407f73..b4d6457 100644
--- a/BookManagerv2.hooks.php
+++ b/BookManagerv2.hooks.php
@@ -341,7 +341,9 @@
         * block.
         */
        public static function onBeforePageDisplay( OutputPage &$out, Skin 
&$skin ) {
-               global $wgContentNamespaces, 
$wgBookManagerv2NavigationNamespaces;
+               global $wgContentNamespaces, 
$wgBookManagerv2NavigationNamespaces,
+                       $wgBookManagerv2Metadata, $wgBookManagerv2Chapterlist,
+                       $wgBookManagerv2PrevNext;
 
                // Navbars will be added to namespaces in the
                // $wgBookManagerv2NavigationNamespaces array if it's set, 
otherwise

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

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

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

Reply via email to