r45087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45086‎ | r45087 | r45088 >
Date:12:48, 27 December 2008
Author:aaron
Status:ok
Tags:
Comment:
Break line
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevision.php
@@ -527,7 +527,8 @@
528528 # Store and get the URL
529529 $fulltext = ExternalStore::insert( $store, $fulltext );
530530 if( !$fulltext ) {
531 - # This should only happen in the case of a configuration error, where the external store is not valid
 531+ # This should only happen in the case of a configuration error,
 532+ # where the external store is not valid
532533 wfProfileOut( __METHOD__ );
533534 throw new MWException( "Unable to store text to external storage $store" );
534535 }

Status & tagging log