Fixed broken quickDescribe() method
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 24 Oct 2013 23:34:07 +0000 (16:34 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 24 Oct 2013 23:34:07 +0000 (16:34 -0700)
Change-Id: Ic68f483c4008ff6ae8c4accef2f9d1f180a5d377

includes/filebackend/FileBackendStore.php

index 0921e99..29089c9 100644 (file)
@@ -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