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 @@
369
369
}
370
370
371
371
// (c) Delete the container if empty
372
- if ( $contObj->count == 0 ) {
372
+ if ( $contObj->object_count == 0 ) {
373
373
try {
374
374
$this->deleteContainer( $fullCont );
375
375
} catch ( NoSuchContainerException $e ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108944
In SwiftFileBackend:...
aaron
23:11, 14 January 2012
Status & tagging log
01:20, 15 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108945
[
removed:
new
added:
ok]