Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/91799


Change subject: Fixed broken quickDescribe() method
......................................................................

Fixed broken quickDescribe() method

Change-Id: Ic68f483c4008ff6ae8c4accef2f9d1f180a5d377
---
M includes/filebackend/FileBackendStore.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/99/91799/1

diff --git a/includes/filebackend/FileBackendStore.php 
b/includes/filebackend/FileBackendStore.php
index 0921e99..29089c9 100644
--- a/includes/filebackend/FileBackendStore.php
+++ b/includes/filebackend/FileBackendStore.php
@@ -1035,7 +1035,7 @@
                // 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
 

-- 
To view, visit https://gerrit.wikimedia.org/r/91799
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic68f483c4008ff6ae8c4accef2f9d1f180a5d377
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to