Pwirth has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/373536 )

Change subject: Changed the recent added getSubpagesSorted the match the style 
of ArticleHelper
......................................................................

Changed the recent added getSubpagesSorted the match the style of ArticleHelper

Change-Id: Ib64fc72c25d128b6e885a2ff45300c590c6158bd
Requires: https://gerrit.wikimedia.org/r/#/c/373535/
---
M ArticleInfo/ArticleInfo.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/36/373536/1

diff --git a/ArticleInfo/ArticleInfo.class.php 
b/ArticleInfo/ArticleInfo.class.php
index 8c74f9b..e251a64 100644
--- a/ArticleInfo/ArticleInfo.class.php
+++ b/ArticleInfo/ArticleInfo.class.php
@@ -501,7 +501,7 @@
                $oSubpageListView->setKey( 'Subpages' );
                $oSubpageListView->setHeading( wfMessage( 
'bs-articleinfo-subpages' )->plain() );
 
-               $aSubpages = BsArticleHelper::getSubpagesSorted( $oTitle, -1 );
+               $aSubpages = BsArticleHelper::getSubpagesSortedForTitle( 
$oTitle );
 
                if ( count( $aSubpages ) > 100 ) {
                        $oSubpageListView->setBodyText( wfMessage( 
'bs-articleinfo-subpages-too-much' )->plain() );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib64fc72c25d128b6e885a2ff45300c590c6158bd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Pwirth <wi...@hallowelt.biz>

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

Reply via email to