From 12fde35ab4f36c7130a437d210d1ec2788a673cf Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 17 May 2011 00:18:00 +0000 Subject: [PATCH] db -> dbw --- includes/conf/DatabaseConf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/conf/DatabaseConf.php b/includes/conf/DatabaseConf.php index 7df638534e..dee41ee6d8 100644 --- a/includes/conf/DatabaseConf.php +++ b/includes/conf/DatabaseConf.php @@ -47,6 +47,6 @@ class DatabaseConf extends Conf { $dbw->insert( 'config', array( 'cf_name' => $name, 'cf_value' => $value ), __METHOD__ ); } - return (bool)$db->affectedRows(); + return (bool)$dbw->affectedRows(); } } -- 2.20.1