jenkins-bot has submitted this change and it was merged.

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


Fixed Strict Standards

* used public static function istead of public function

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

Approvals:
  Robert Vogel: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I4a7f00bf65aef7d822a79427e0a7b7de972b491a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: master
Gerrit-Owner: Pwirth <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to