r63683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63682‎ | r63683 | r63684 >
Date:16:09, 13 March 2010
Author:happy-melon
Status:ok
Tags:
Comment:
Layout tweak.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1225,8 +1225,11 @@
12261226 }
12271227
12281228 if( $groups ) {
1229 - $return = array( 'badaccess-groups',
1230 - array( implode( ', ', $groups ), count( $groups ) ) );
 1229+ $return = array(
 1230+ 'badaccess-groups',
 1231+ implode( ', ', $groups ),
 1232+ count( $groups )
 1233+ );
12311234 } else {
12321235 $return = array( "badaccess-group0" );
12331236 }

Status & tagging log