aboutsummaryrefslogtreecommitdiffstats
path: root/includes/upload
diff options
context:
space:
mode:
authorAaron Schulz <aaron@users.mediawiki.org>2011-12-20 19:25:23 +0000
committerAaron Schulz <aaron@users.mediawiki.org>2011-12-20 19:25:23 +0000
commit14863b9aa5071eb76fa73379f6e735e31ad3ffdb (patch)
tree2237aa06e1adfe5b6c2386fe066253d931f2c01c /includes/upload
parenta51a193f85e9485f529fc0e9be4b887631ac8161 (diff)
downloadmediawikicore-14863b9aa5071eb76fa73379f6e735e31ad3ffdb.tar.gz
mediawikicore-14863b9aa5071eb76fa73379f6e735e31ad3ffdb.zip
Cleaned up some references to FSRepo in code and comments. This should have no noticeable functional changes.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/106841
Diffstat (limited to 'includes/upload')
-rw-r--r--includes/upload/UploadStash.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php
index 6aaa1fe04a51..19114ab8ee7c 100644
--- a/includes/upload/UploadStash.php
+++ b/includes/upload/UploadStash.php
@@ -472,7 +472,7 @@ class UploadStashFile extends UnregisteredLocalFile {
* A LocalFile wrapper around a file that has been temporarily stashed, so we can do things like create thumbnails for it
* Arguably UnregisteredLocalFile should be handling its own file repo but that class is a bit retarded currently
*
- * @param $repo FSRepo: repository where we should find the path
+ * @param $repo FileRepo: repository where we should find the path
* @param $path String: path to file
* @param $key String: key to store the path and any stashed data under
* @throws UploadStashBadPathException