r23315 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23314‎ | r23315 | r23316 >
Date:06:35, 24 June 2007
Author:simetrical
Status:old
Tags:
Comment:
Fix two mistakes from last commit
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)
  • /trunk/phase3/includes/filerepo/UnregisteredLocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/UnregisteredLocalFile.php
@@ -105,7 +105,5 @@
106106 return false;
107107 }
108108 }
109 -
110 - function getMediaType() { return MEDIATYPE_UNKNOWN; }
111109 }
112110 ?>
Index: trunk/phase3/includes/filerepo/File.php
@@ -214,7 +214,7 @@
215215 * Overridden by LocalFile, UnregisteredLocalFile
216216 * STUB
217217 */
218 - public function getMetadata() { return false; }
 218+ function getMetadata() { return false; }
219219
220220 /**
221221 * Return the size of the image file, in bytes

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Status & tagging log