jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/355081 )

Change subject: BSCSyntaxHighlight: Fixed notice "non static method called 
statically"
......................................................................


BSCSyntaxHighlight: Fixed notice "non static method called statically"

Change-Id: I80d9b08aacfe98839a0525d0886f079699e7ccee
---
M CSyntaxHighlight/CSyntaxHighlight.class.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/CSyntaxHighlight/CSyntaxHighlight.class.php 
b/CSyntaxHighlight/CSyntaxHighlight.class.php
index 97b2d57..700ab85 100644
--- a/CSyntaxHighlight/CSyntaxHighlight.class.php
+++ b/CSyntaxHighlight/CSyntaxHighlight.class.php
@@ -161,7 +161,7 @@
         * @param string $sType
         * @return boolean Always true to keep hook running
         */
-       public function onBSInsertMagicAjaxGetData( $oResponse, $sType ) {
+       public static function onBSInsertMagicAjaxGetData( $oResponse, $sType ) 
{
                if( $sType !== "tags" ) return true;
 
                $oDescriptor = new stdClass();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I80d9b08aacfe98839a0525d0886f079699e7ccee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to