Index: trunk/phase3/includes/filerepo/UnregisteredLocalFile.php |
— | — | @@ -105,7 +105,5 @@ |
106 | 106 | return false; |
107 | 107 | } |
108 | 108 | } |
109 | | - |
110 | | - function getMediaType() { return MEDIATYPE_UNKNOWN; } |
111 | 109 | } |
112 | 110 | ?> |
Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | * Overridden by LocalFile, UnregisteredLocalFile |
216 | 216 | * STUB |
217 | 217 | */ |
218 | | - public function getMetadata() { return false; } |
| 218 | + function getMetadata() { return false; } |
219 | 219 | |
220 | 220 | /** |
221 | 221 | * Return the size of the image file, in bytes |