Merge pull request #9555 from creative-commoners/pulls/4.6/fix-tempdb-regression

This commit is contained in:
Guy Marriott 2020-06-23 14:00:12 -07:00 committed by GitHub
commit 2048db1101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,6 +319,8 @@ class TempDatabase
$this->kill();
$this->build();
$this->rebuildTables($extraDataObjects);
$this->skippedException = null;
}
}
}