r54973 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54972‎ | r54973 | r54974 >
Date:21:32, 13 August 2009
Author:aaron
Status:ok
Tags:
Comment:
Follow-up r54968: this close() should be redundant now
Modified paths:
  • /trunk/phase3/includes/LocalisationCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LocalisationCache.php
@@ -839,11 +839,6 @@
840840 // Close the writer
841841 $this->writer->close();
842842 $this->writer = null;
843 -
844 - // Close and remove the reader
845 - if ( !empty( $this->readers[$this->currentLang] ) ) {
846 - $this->readers[$this->currentLang]->close();
847 - }
848843 unset( $this->readers[$this->currentLang] );
849844 $this->currentLang = null;
850845 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54968Fixed 'permission denied' cdb fatals (on windows at least)aaron20:55, 13 August 2009

Status & tagging log