Index: trunk/phase3/includes/conf/DatabaseConf.php |
— | — | @@ -47,6 +47,6 @@ |
48 | 48 | $dbw->insert( 'config', |
49 | 49 | array( 'cf_name' => $name, 'cf_value' => $value ), __METHOD__ ); |
50 | 50 | } |
51 | | - return (bool)$db->affectedRows(); |
| 51 | + return (bool)$dbw->affectedRows(); |
52 | 52 | } |
53 | 53 | } |