r53529 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53528‎ | r53529 | r53530 >
Date:05:19, 20 July 2009
Author:aaron
Status:ok
Tags:
Comment:
Removed filestore references from comments
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)
  • /trunk/phase3/includes/filerepo/OldLocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/OldLocalFile.php
@@ -182,7 +182,7 @@
183183
184184 /**
185185 * Determine if the current user is allowed to view a particular
186 - * field of this FileStore image file, if it's marked as deleted.
 186+ * field of this image file, if it's marked as deleted.
187187 * @param int $field
188188 * @return bool
189189 */
Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -1074,7 +1074,7 @@
10751075 *
10761076 * @param $reason
10771077 * @param $suppress
1078 - * @throws MWException or FSException on database or filestore failure
 1078+ * @throws MWException or FSException on database or file store failure
10791079 * @return FileRepoStatus object.
10801080 */
10811081 function deleteOld( $archiveName, $reason, $suppress=false ) {

Status & tagging log