Add missing 'this'

This commit is contained in:
markjcrane 2016-04-15 18:07:47 -06:00
parent e8640966fd
commit 3efb6881db
1 changed files with 1 additions and 1 deletions

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);
}