aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FileBackendStore.php
diff options
context:
space:
mode:
authorAaron Schulz <aschulz@wikimedia.org>2013-10-24 16:34:07 -0700
committerAaron Schulz <aschulz@wikimedia.org>2013-10-24 16:34:07 -0700
commit584de11eb17f299d34c8fc751d8e3c00cd8d60df (patch)
treed81efbc2965e8901f9f368bab5576e399d1a32fc /includes/filebackend/FileBackendStore.php
parentd72e170102ab660aba186a431c6171fc460ce61b (diff)
downloadmediawikicore-584de11eb17f299d34c8fc751d8e3c00cd8d60df.tar.gz
mediawikicore-584de11eb17f299d34c8fc751d8e3c00cd8d60df.zip
Fixed broken quickDescribe() method
Change-Id: Ic68f483c4008ff6ae8c4accef2f9d1f180a5d377
Diffstat (limited to 'includes/filebackend/FileBackendStore.php')
-rw-r--r--includes/filebackend/FileBackendStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/filebackend/FileBackendStore.php b/includes/filebackend/FileBackendStore.php
index 0921e99f38c1..29089c9eb72d 100644
--- a/includes/filebackend/FileBackendStore.php
+++ b/includes/filebackend/FileBackendStore.php
@@ -1035,7 +1035,7 @@ abstract class FileBackendStore extends FileBackend {
// Clear any file cache entries
$this->clearCache();
- $supportedOps = array( 'create', 'store', 'copy', 'move', 'delete', 'null' );
+ $supportedOps = array( 'create', 'store', 'copy', 'move', 'delete', 'describe', 'null' );
$async = ( $this->parallelize === 'implicit' && count( $ops ) > 1 );
$maxConcurrency = $this->concurrency; // throttle