mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Add missing 'this'
This commit is contained in:
@@ -250,7 +250,7 @@ if (!class_exists('switch_settings')) {
|
||||
}
|
||||
$i++;
|
||||
}
|
||||
$db->exec(check_sql($sql));
|
||||
$this->db->exec(check_sql($sql));
|
||||
unset($missing);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user