Skip to content

Commit

Permalink
BUGFIX: Don't show error when adding default SiteConfig records after…
Browse files Browse the repository at this point in the history
… upgrading a site. (from r103341)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112134 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Oct 13, 2010
1 parent eb43fb1 commit 90514f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/model/DatabaseAdmin.php
Expand Up @@ -197,6 +197,7 @@ function doBuild($quiet = false, $populate = true, $testMode = false) {
}
}
$conn->endSchemaUpdate();
ClassInfo::reset_db_cache();

if($populate) {
if(!$quiet) {
Expand Down

0 comments on commit 90514f2

Please sign in to comment.