r88282 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88281‎ | r88282 | r88283 >
Date:00:18, 17 May 2011
Author:demon
Status:ok
Tags:
Comment:
db -> dbw
Modified paths:
  • /trunk/phase3/includes/conf/DatabaseConf.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/conf/DatabaseConf.php
@@ -47,6 +47,6 @@
4848 $dbw->insert( 'config',
4949 array( 'cf_name' => $name, 'cf_value' => $value ), __METHOD__ );
5050 }
51 - return (bool)$db->affectedRows();
 51+ return (bool)$dbw->affectedRows();
5252 }
5353 }

Status & tagging log