From: Tim Starling Date: Thu, 27 Jan 2011 03:54:33 +0000 (+0000) Subject: Removed getConnectionOrDie(), accidentally added in r80957 X-Git-Tag: 1.31.0-rc.0~32340 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=12c87d042cdc098b7cb6fa5af6cf7bb52a95a85f;p=lhc%2Fweb%2Fwiklou.git Removed getConnectionOrDie(), accidentally added in r80957 --- diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index 9722c55ab0..b85f02d5d4 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -212,14 +212,6 @@ abstract class DatabaseInstaller { 'connection' => $status->value ) ) ); } - /** - * Get a Database connection object. Throw an exception if we can't get one. - * - * @return DatabaseBase - */ - public function getConnectionOrDie() { - } - /** * Perform database upgrades *