Robert Vogel has uploaded a new change for review.

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

Change subject: ViewBaseElement: Fixed handling of DATA
......................................................................

ViewBaseElement: Fixed handling of DATA

There was a bug in the processing of view data

Change-Id: I71e3c61ac7d4df439d61a8493714255a6b6de26b
---
M includes/outputhandler/views/view.BaseElement.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/46/191546/1

diff --git a/includes/outputhandler/views/view.BaseElement.php 
b/includes/outputhandler/views/view.BaseElement.php
index 86efbc1..537401a 100644
--- a/includes/outputhandler/views/view.BaseElement.php
+++ b/includes/outputhandler/views/view.BaseElement.php
@@ -287,7 +287,7 @@
                return $output;
        }
 
-       protected function processItem( $request ) {
+       protected function processItem( $matches ) {
                $request = $matches[1];
 
                // TODO MRG20100816: Ist diese Token-Syntax irgendwo 
beschrieben? Ausserdem müssen wir sicherstellen, dass

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I71e3c61ac7d4df439d61a8493714255a6b6de26b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_23
Gerrit-Owner: Robert Vogel <[email protected]>

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

Reply via email to