r23099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23098‎ | r23099 | r23100 >
Date:15:11, 19 June 2007
Author:brion
Status:old
Tags:
Comment:
Fix regression introduced in r23023; use the right function name when calling to load file properties :)
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -150,7 +150,7 @@
151151 * Load metadata from the file itself
152152 */
153153 function loadFromFile() {
154 - $this->setProps( self::getInfoFromPath( $this->getPath() ) );
 154+ $this->setProps( self::getPropsFromPath( $this->getPath() ) );
155155 }
156156
157157 function getCacheFields( $prefix = 'img_' ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r23104Merged revisions 23087-23102 via svnmerge from...david21:40, 19 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23023* Split off ultimate base class FileRepo from FSRepo...tstarling02:55, 16 June 2007

Status & tagging log