Add missing 'this'

This commit is contained in:
markjcrane 2016-04-15 18:07:47 -06:00
parent 2b5075b2f4
commit 403ab64339
1 changed files with 1 additions and 1 deletions

View File

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