r26047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26046‎ | r26047 | r26048 >
Date:00:28, 24 September 2007
Author:aaron
Status:old
Tags:
Comment:
*Typo fix (bug 11434)
Modified paths:
  • /trunk/phase3/includes/FileStore.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/FileStore.php
@@ -162,7 +162,7 @@
163163 function delete( $key ) {
164164 $destPath = $this->filePath( $key );
165165 if( false === $destPath ) {
166 - throw new FSExcepton( "file store does not contain file '$key'" );
 166+ throw new FSException( "file store does not contain file '$key'" );
167167 } else {
168168 return FileStore::deleteFile( $destPath );
169169 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r26135Merged revisions 26012-26133 via svnmerge from...david21:15, 25 September 2007

Status & tagging log