Aaron Schulz has submitted this change and it was merged.

Change subject: Added transcoded zone to setZoneAccess.php
......................................................................


Added transcoded zone to setZoneAccess.php

Change-Id: I402516f6aa5148dbbda608070458567624accd11
---
M filebackend/setZoneAccess.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Aaron Schulz: Verified; Looks good to me, approved



diff --git a/filebackend/setZoneAccess.php b/filebackend/setZoneAccess.php
index 415d711..01e9819 100644
--- a/filebackend/setZoneAccess.php
+++ b/filebackend/setZoneAccess.php
@@ -10,7 +10,7 @@
 
        public function execute() {
                $backend = FileBackendGroup::singleton()->get( 
$this->getOption( 'backend' ) );
-               foreach ( array( 'public', 'thumb', 'temp', 'deleted' ) as 
$zone ) { // all zones
+               foreach ( array( 'public', 'thumb', 'transcoded', 'temp', 
'deleted' ) as $zone ) {
                        $dir = $backend->getRootStoragePath() . "/local-$zone";
                        $secure = ( $zone === 'deleted' || $this->hasOption( 
'private' ) )
                                ? array( 'noAccess' => true, 'noListing' => 
true )

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I402516f6aa5148dbbda608070458567624accd11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaMaintenance
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>

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

Reply via email to