Foxtrott has uploaded a new change for review.

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

Change subject: bugfix (non-static method 
skins\chameleon\Hooks::onSetupAfterCache() should not be called statically)
......................................................................

bugfix (non-static method skins\chameleon\Hooks::onSetupAfterCache() should not 
be called statically)

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon 
refs/changes/78/124378/1

diff --git a/includes/Hooks.php b/includes/Hooks.php
index e09e502..c0dfbd5 100644
--- a/includes/Hooks.php
+++ b/includes/Hooks.php
@@ -34,7 +34,7 @@
  */
 class Hooks {
 
-       function onSetupAfterCache() {
+       public static function onSetupAfterCache() {
                // register Bootstrap modules (for now, just register 
everything)
                
BootstrapManager::getBootstrapManager()->addAllBootstrapModules();
                BootstrapManager::getBootstrapManager()->addExternalModule( 
$GLOBALS['wgStyleDirectory'] . '/chameleon/styles/screen.less', $GLOBALS[ 
'wgStylePath'] . '/chameleon/styles' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0da9464849a271224e3c1489ca5f42f4ba84208
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>

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

Reply via email to