mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Renamed checkdatabase method to checkDatabase to be consistent
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@104708 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9a2a058048
commit
61cc59d267
@ -164,7 +164,7 @@ if($req->hasErrors()) {
|
||||
|
||||
if($databaseConfig) {
|
||||
$dbReq = new InstallRequirements();
|
||||
$dbReq->checkdatabase($databaseConfig);
|
||||
$dbReq->checkDatabase($databaseConfig);
|
||||
}
|
||||
|
||||
if($adminConfig) {
|
||||
@ -218,7 +218,7 @@ class InstallRequirements {
|
||||
* starting with checking the database function exists in PHP, and
|
||||
* continuing onto more difficult checks like database permissions.
|
||||
*/
|
||||
function checkdatabase($databaseConfig) {
|
||||
function checkDatabase($databaseConfig) {
|
||||
if($this->requireDatabaseFunctions(
|
||||
$databaseConfig,
|
||||
array(
|
||||
|
Loading…
Reference in New Issue
Block a user