Mollywhite has submitted this change and it was merged.

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(-)

Approvals:
  Mollywhite: Verified; Looks good to me, approved
  jenkins-bot: Checked



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: merged
Gerrit-Change-Id: Ibd908f99b38cd717a2f0b4930aaf5bba86d61fcf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BookManagerv2
Gerrit-Branch: master
Gerrit-Owner: Mollywhite <[email protected]>
Gerrit-Reviewer: Mollywhite <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to