Index: trunk/extensions/FlaggedRevs/FlaggedRevision.php |
— | — | @@ -527,7 +527,8 @@ |
528 | 528 | # Store and get the URL |
529 | 529 | $fulltext = ExternalStore::insert( $store, $fulltext ); |
530 | 530 | 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 |
532 | 533 | wfProfileOut( __METHOD__ ); |
533 | 534 | throw new MWException( "Unable to store text to external storage $store" ); |
534 | 535 | } |