mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixed $table when throwing exception
This commit is contained in:
parent
4fdfe0d404
commit
dd63e0ff65
@ -116,7 +116,7 @@ class database_manager {
|
||||
|
||||
/// Check the table exists
|
||||
if (!$this->table_exists($table)) {
|
||||
throw new ddl_table_missing_exception($tablename);
|
||||
throw new ddl_table_missing_exception($table);
|
||||
}
|
||||
|
||||
if (!$sqlarr = $this->generator->getResetSequenceSQL($table)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user