r104357 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104356‎ | r104357 | r104358 >
Date:19:05, 27 November 2011
Author:johnduhart
Status:ok (Comments)
Tags:
Comment:
Adding $gallery field to NewFilesPager
Modified paths:
  • /trunk/phase3/includes/specials/SpecialNewimages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialNewimages.php
@@ -49,6 +49,11 @@
5050 */
5151 class NewFilesPager extends ReverseChronologicalPager {
5252
 53+ /**
 54+ * @var ImageGallery
 55+ */
 56+ var $gallery;
 57+
5358 function __construct( IContextSource $context, $par = null ) {
5459 $this->like = $context->getRequest()->getText( 'like' );
5560 $this->showbots = $context->getRequest()->getBool( 'showbots' , 0 );

Comments

#Comment by Hashar (talk | contribs)   12:05, 5 December 2011

Would have been great to actually add a description about it :-)

Status & tagging log