r108945 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108944‎ | r108945 | r108946 >
Date:23:15, 14 January 2012
Author:aaron
Status:ok
Tags:
Comment:
r108944: fixed bogus field...php-cloudfiles documentation misspelled this, it's 'object_count' not 'count'
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/SwiftFileBackend.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/SwiftFileBackend.php
@@ -368,7 +368,7 @@
369369 }
370370
371371 // (c) Delete the container if empty
372 - if ( $contObj->count == 0 ) {
 372+ if ( $contObj->object_count == 0 ) {
373373 try {
374374 $this->deleteContainer( $fullCont );
375375 } catch ( NoSuchContainerException $e ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108944In SwiftFileBackend:...aaron23:11, 14 January 2012

Status & tagging log