r51644 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51643‎ | r51644 | r51645 >
Date:15:24, 9 June 2009
Author:bigsmoke
Status:deferred
Tags:
Comment:
In SemanticGallery: Fallback image captions where only changed for the first image. This is now fixed.
Modified paths:
  • /trunk/extensions/SemanticGallery/SG_ResultPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticGallery/SG_ResultPrinter.php
@@ -37,6 +37,7 @@
3838 while ($row = $results->getNext()) {
3939 $firstField = $row[0];
4040 $imgTitle = $firstField->getNextObject()->getTitle();
 41+ $imgCaption = '';
4142
4243 // Is there a property queried for display with ?property
4344 if ( isset($row[1]) ) {

Status & tagging log