Foxtrott has submitted this change and it was merged.

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

Approvals:
  Foxtrott: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Ie0da9464849a271224e3c1489ca5f42f4ba84208
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>
Gerrit-Reviewer: Foxtrott <[email protected]>

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

Reply via email to