From: Aaron Schulz Date: Mon, 20 Jul 2009 05:19:40 +0000 (+0000) Subject: Removed filestore references from comments X-Git-Tag: 1.31.0-rc.0~40804 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=e5b8b39df157ce7d77538551f24d058835df6fd6;p=lhc%2Fweb%2Fwiklou.git Removed filestore references from comments --- 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 */