Robert Vogel has submitted this change and it was merged.

Change subject: changed return value so it works again for widgetbar
......................................................................


changed return value so it works again for widgetbar

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

Approvals:
  Robert Vogel: Verified; Looks good to me, approved
  Pwirth: Looks good to me, but someone else must approve



diff --git a/SmartList/SmartList.class.php b/SmartList/SmartList.class.php
index e712725..871a526 100644
--- a/SmartList/SmartList.class.php
+++ b/SmartList/SmartList.class.php
@@ -495,7 +495,7 @@
                $aTmpViews = array();
                $this->onBSWidgetBarGetDefaultWidgets( $aTmpViews, null, null );
 
-               return $aTmpViews;
+               return $aTmpViews['SMARTLIST'];
        }
 
        /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd7357114d1dea332582554eb87bfc5395d9fd68
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Tweichart <weich...@hallowelt.biz>
Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Pigpen <reym...@hallowelt.biz>
Gerrit-Reviewer: Pwirth <wi...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to