Changeset 1097

Show
Ignore:
Timestamp:
09/07/08 12:27:14 (3 months ago)
Author:
arnoschn
Message:

fixing typo for the Db file generation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/arnoschn/cache/app/controllers/framework_setup_controller.php

    r1084 r1097  
    192192           $this->FrameworkSetup->canWriteDbConfigurationFile()){ 
    193193            if( $this->FrameworkSetup->writeConfigurationFile($this->configuration_file) && 
    194             $this->FrameworkSetup->writeDbConfigurationFile($this->db_configuration_file) && 
     194            $this->FrameworkSetup->writeDatabaseConfigurationFile($this->db_configuration_file) && 
    195195            $this->FrameworkSetup->writeRoutesFile() && 
    196196            $this->FrameworkSetup->runFrameworkInstaller()){