Use executeOpHandlesInternal() in SwiftFileBackend
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 13 Mar 2017 21:26:56 +0000 (14:26 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 20 Mar 2017 18:04:40 +0000 (18:04 +0000)
commit8d4b97f364c1d2e97d98d2bb658c51d1e81fc068
tree3cbd41441f9394747df3ffc15e5b926fb32a05b7
parent133f2774cf9bca3a401c5223e0146068ac2298ed
Use executeOpHandlesInternal() in SwiftFileBackend

Instead calling doExecuteOpHandlesInternal() directly, use the
wrapper parent class method instead so that closeResources() is
called on all of the handles.

Change-Id: Iab0d4f7c08d155639a44f48147b78283059a6d24
includes/libs/filebackend/FileBackendStore.php
includes/libs/filebackend/SwiftFileBackend.php