mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX #2906 - Fixed manifest conflict in web-tests
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64153 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
96e2c82075
commit
57a84d5408
@ -178,7 +178,7 @@ class DatabaseAdmin extends Controller {
|
|||||||
|
|
||||||
global $_ALL_CLASSES;
|
global $_ALL_CLASSES;
|
||||||
ManifestBuilder::update_db_tables(DB::getConn()->tableList(), $_ALL_CLASSES);
|
ManifestBuilder::update_db_tables(DB::getConn()->tableList(), $_ALL_CLASSES);
|
||||||
ManifestBuilder::write_manifest();
|
if(!$testMode) ManifestBuilder::write_manifest();
|
||||||
|
|
||||||
if($populate) {
|
if($populate) {
|
||||||
if(!$quiet) {
|
if(!$quiet) {
|
||||||
|
Loading…
Reference in New Issue
Block a user