Add missing 'this'

This commit is contained in:
markjcrane
2016-04-15 18:07:47 -06:00
parent 2b5075b2f4
commit 403ab64339

View File

@@ -250,7 +250,7 @@ if (!class_exists('switch_settings')) {
}
$i++;
}
$db->exec(check_sql($sql));
$this->db->exec(check_sql($sql));
unset($missing);
}