Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -490,7 +490,7 @@ |
491 | 491 | */ |
492 | 492 | protected function dropIndex( $table, $index, $patch, $fullpath = false ) { |
493 | 493 | if ( $this->db->indexExists( $table, $index, __METHOD__ ) ) { |
494 | | - $this->output( "Dropping $index key from table $table... " ); |
| 494 | + $this->output( "Dropping $index index from table $table... " ); |
495 | 495 | $this->applyPatch( $patch, $fullpath ); |
496 | 496 | $this->output( "done.\n" ); |
497 | 497 | } else { |