diff options
Diffstat (limited to 'includes/filerepo/backend/FileBackendStore.php')
-rw-r--r-- | includes/filerepo/backend/FileBackendStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/filerepo/backend/FileBackendStore.php b/includes/filerepo/backend/FileBackendStore.php index 49bb0394973d..4a9cff2eeaab 100644 --- a/includes/filerepo/backend/FileBackendStore.php +++ b/includes/filerepo/backend/FileBackendStore.php @@ -966,7 +966,7 @@ abstract class FileBackendStore extends FileBackend { * @see FileBackend::doOperationsInternal() * @return Status */ - protected function doOperationsInternal( array $ops, array $opts ) { + final protected function doOperationsInternal( array $ops, array $opts ) { wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__ . '-' . $this->name ); $status = Status::newGood(); |