Skip to content

Commit

Permalink
MINOR Renamed checkdatabase method to checkDatabase to be consistent …
Browse files Browse the repository at this point in the history
…(from r104708)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112385 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
sminnee committed Oct 15, 2010
1 parent 26d3c34 commit cf31776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.php
Expand Up @@ -164,7 +164,7 @@

if($databaseConfig) {
$dbReq = new InstallRequirements();
$dbReq->checkdatabase($databaseConfig);
$dbReq->checkDatabase($databaseConfig);
}

if($adminConfig) {
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit cf31776

Please sign in to comment.