From 5cdff32cd1041dc5b7e6555173591f29b84e0d4b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 16 Apr 2011 11:11:49 +0000 Subject: [PATCH] Followup r86169, move unreachable debug statement --- includes/media/FormatMetadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/media/FormatMetadata.php b/includes/media/FormatMetadata.php index a68f9204cc..cd5cb40099 100644 --- a/includes/media/FormatMetadata.php +++ b/includes/media/FormatMetadata.php @@ -839,8 +839,8 @@ class FormatMetadata { return $vals[0]; } elseif ( count( $vals ) === 0 ) { - return ""; // paranoia. This should never happen wfDebug( __METHOD__ . ' metadata array with 0 elements!' ); + return ""; // paranoia. This should never happen } /* Fixme: This should hide some of the list entries if there are * say more than four. Especially if a field is translated into 20 -- 2.20.1