Skip to content

Commit

Permalink
Dev: Correct location of create-database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 7, 2017
1 parent c24870e commit 5b1c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/commands/InstallCommand.php
Expand Up @@ -59,7 +59,7 @@ public function run($sArgument)
throw new Exception(sprintf('Unknown database type "%s".', $this->connection->driverName));
}

$sFileName = dirname(APPPATH).'/installer/php/create-database.php';
$sFileName = dirname(APPPATH).'/installer/create-database.php';
require_once($sFileName);
createDatabase($this->connection);

Expand Down

0 comments on commit 5b1c32b

Please sign in to comment.