Index: trunk/phase3/includes/LocalisationCache.php |
— | — | @@ -839,11 +839,6 @@ |
840 | 840 | // Close the writer |
841 | 841 | $this->writer->close(); |
842 | 842 | $this->writer = null; |
843 | | - |
844 | | - // Close and remove the reader |
845 | | - if ( !empty( $this->readers[$this->currentLang] ) ) { |
846 | | - $this->readers[$this->currentLang]->close(); |
847 | | - } |
848 | 843 | unset( $this->readers[$this->currentLang] ); |
849 | 844 | $this->currentLang = null; |
850 | 845 | } |