Pwirth has uploaded a new change for review.

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

Change subject: Fixed Strict Standards
......................................................................

Fixed Strict Standards

* used public static function istead of static function

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/BlueSpiceSkin 
refs/changes/53/252653/1

diff --git a/includes/BlueSpiceSkinHooks.php b/includes/BlueSpiceSkinHooks.php
index e4a1236..396b6da 100644
--- a/includes/BlueSpiceSkinHooks.php
+++ b/includes/BlueSpiceSkinHooks.php
@@ -165,7 +165,7 @@
                return true;
        }
 
-       public function onSkinTemplateOutputPageBeforeExec( &$sktemplate, &$tpl 
){
+       public static function onSkinTemplateOutputPageBeforeExec( 
&$sktemplate, &$tpl ){
                if ( !isset( $tpl->data['personal_urls']['notifications'] )
                                || $tpl instanceof BsBaseTemplate != true ) {
                        return true;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a7f00bf65aef7d822a79427e0a7b7de972b491a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: master
Gerrit-Owner: Pwirth <[email protected]>

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

Reply via email to