From: Aaron Schulz Date: Thu, 24 Oct 2013 23:34:07 +0000 (-0700) Subject: Fixed broken quickDescribe() method X-Git-Tag: 1.31.0-rc.0~18399 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=584de11eb17f299d34c8fc751d8e3c00cd8d60df;p=lhc%2Fweb%2Fwiklou.git Fixed broken quickDescribe() method Change-Id: Ic68f483c4008ff6ae8c4accef2f9d1f180a5d377 --- diff --git a/includes/filebackend/FileBackendStore.php b/includes/filebackend/FileBackendStore.php index 0921e99f38..29089c9eb7 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