Removed filestore references from comments
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 20 Jul 2009 05:19:40 +0000 (05:19 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 20 Jul 2009 05:19:40 +0000 (05:19 +0000)
includes/filerepo/LocalFile.php
includes/filerepo/OldLocalFile.php

index d31c7d3..ce70ea2 100644 (file)
@@ -1074,7 +1074,7 @@ class LocalFile extends File
         *
         * @param $reason
         * @param $suppress
-        * @throws MWException or FSException on database or filestore failure
+        * @throws MWException or FSException on database or file store failure
         * @return FileRepoStatus object.
         */
        function deleteOld( $archiveName, $reason, $suppress=false ) {
index 46c35bd..dfee6cf 100644 (file)
@@ -182,7 +182,7 @@ class OldLocalFile extends LocalFile {
 
        /**
         * Determine if the current user is allowed to view a particular
-        * field of this FileStore image file, if it's marked as deleted.
+        * field of this image file, if it's marked as deleted.
         * @param int $field
         * @return bool
         */