From e5b8b39df157ce7d77538551f24d058835df6fd6 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 20 Jul 2009 05:19:40 +0000 Subject: [PATCH] Removed filestore references from comments --- includes/filerepo/LocalFile.php | 2 +- includes/filerepo/OldLocalFile.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/filerepo/LocalFile.php b/includes/filerepo/LocalFile.php index d31c7d3efc..ce70ea2e06 100644 --- a/includes/filerepo/LocalFile.php +++ b/includes/filerepo/LocalFile.php @@ -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 ) { diff --git a/includes/filerepo/OldLocalFile.php b/includes/filerepo/OldLocalFile.php index 46c35bd950..dfee6cf5a6 100644 --- a/includes/filerepo/OldLocalFile.php +++ b/includes/filerepo/OldLocalFile.php @@ -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 */ -- 2.20.1