r74914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74913‎ | r74914 | r74915 >
Date:19:35, 17 October 2010
Author:demon
Status:ok
Tags:
Comment:
rm always-true isOK() check
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -78,9 +78,7 @@
7979 }
8080
8181 // Try to connect
82 - if ( $status->isOK() ) {
83 - $status->merge( $this->getConnection() );
84 - }
 82+ $status->merge( $this->getConnection() );
8583 if ( !$status->isOK() ) {
8684 return $status;
8785 }

Status & tagging log