ItSpiderman has submitted this change and it was merged. ( 
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(-)

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



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: merged
Gerrit-Change-Id: Ib64fc72c25d128b6e885a2ff45300c590c6158bd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Pwirth <wi...@hallowelt.biz>
Gerrit-Reviewer: ItSpiderman <d.savulje...@gmail.com>
Gerrit-Reviewer: Ljonka <l.verhovs...@gmail.com>
Gerrit-Reviewer: Mglaser <gla...@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