resourceloader: Use FileContentsHasher in safeFileHash()
authorOri Livneh <ori@wikimedia.org>
Wed, 23 Sep 2015 08:11:58 +0000 (01:11 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 24 Sep 2015 00:49:59 +0000 (00:49 +0000)
commit2cbd25e9e48d81c873863b31553f164d635ee701
tree4f0ff9c209f5da132819502e1ca077bbf14efd2c
parent12afb3607de5df533a761faf75666672ae5a7ab2
resourceloader: Use FileContentsHasher in safeFileHash()

Replace the one-off code for APC-assisted file content hashing from I5ceb8537c
with a call to the FileContentsHasher class introduced in I1ff61153.

Change-Id: I8e4c3d5a5e7cdf6455a43769261d742b0255622c
includes/resourceloader/ResourceLoaderModule.php