media: Do not pass unused parameter
authorJakub Vrana <jakub@vrana.cz>
Sat, 1 Dec 2018 16:48:35 +0000 (17:48 +0100)
committerLegoktm <legoktm@member.fsf.org>
Sat, 1 Dec 2018 23:53:35 +0000 (23:53 +0000)
commit97771d9a78f85368db333ee81ec223777cb9c4bd
tree6621c8a713c4797be2a2e324dfffabb3ada040a9
parent783aa87175fd9d5c9d313d2e51d9dd2de0246bfa
media: Do not pass unused parameter

FileRepo::getHashPath() takes a $name parameter, but File::getHashPath()
doesn't.

Found by PHPStan.

Change-Id: I9cbcfd206249f4be7b50f2b104c797606bc4406a
includes/filerepo/file/ForeignAPIFile.php