From: Brion Vibber Date: Tue, 10 Oct 2006 22:21:30 +0000 (+0000) Subject: fix typo in debug line X-Git-Tag: 1.31.0-rc.0~55547 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=4b589d2b41f7efb12493265cce446c2723c99122;p=lhc%2Fweb%2Fwiklou.git fix typo in debug line --- diff --git a/includes/Database.php b/includes/Database.php index 7ef2274897..53e5996872 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -512,7 +512,7 @@ class Database { if ( !$success ) { $error = "Error selecting database $dbName on server {$this->mServer} " . "from client host {$wguname['nodename']}\n"; - wfLogDBError(" Error selecting database $dbname on server {$this->mServer} \n"); + wfLogDBError(" Error selecting database $dbName on server {$this->mServer} \n"); wfDebug( $error ); } } else {