Mglaser has uploaded a new change for review. (
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(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions
refs/changes/81/355081/1
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: newchange
Gerrit-Change-Id: I80d9b08aacfe98839a0525d0886f079699e7ccee
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits