Merge remote-tracking branch 'origin/0.1'

Conflicts:
	composer.json
This commit is contained in:
Ingo Schommer 2013-06-04 15:01:30 +02:00
commit bded32a90b
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
<?php
if(DB::get_alternative_database_name()) {
if(
Config::inst()->get('Security', 'token')
&& DB::get_alternative_database_name()
) {
require_once BASE_PATH . '/vendor/autoload.php';
// Register mailer

View File

@ -18,4 +18,4 @@
"silverstripe/behat-extension": "*"
},
"minimum-stability": "dev"
}
}