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 @@
151
151
* Load metadata from the file itself
152
152
*/
153
153
function loadFromFile() {
154
- $this->setProps( self::getInfoFromPath( $this->getPath() ) );
154
+ $this->setProps( self::getPropsFromPath( $this->getPath() ) );
155
155
}
156
156
157
157
function getCacheFields( $prefix = 'img_' ) {
Follow-up revisions
Revision
Commit summary
Author
Date
r23104
Merged revisions 23087-23102 via svnmerge from...
david
21:40, 19 June 2007
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r23023
* Split off ultimate base class FileRepo from FSRepo...
tstarling
02:55, 16 June 2007
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23099
[
removed:
ok
added:
old]