r86194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86193‎ | r86194 | r86195 >
Date:11:11, 16 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r86169, move unreachable debug statement
Modified paths:
  • /trunk/phase3/includes/media/FormatMetadata.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/FormatMetadata.php
@@ -839,8 +839,8 @@
840840 return $vals[0];
841841 }
842842 elseif ( count( $vals ) === 0 ) {
 843+ wfDebug( __METHOD__ . ' metadata array with 0 elements!' );
843844 return ""; // paranoia. This should never happen
844 - wfDebug( __METHOD__ . ' metadata array with 0 elements!' );
845845 }
846846 /* Fixme: This should hide some of the list entries if there are
847847 * say more than four. Especially if a field is translated into 20

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86169Merge to trunk everything in img_metadata branch....bawolff01:23, 16 April 2011

Status & tagging log