Skip to content

Commit

Permalink
uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Sep 23, 2012
1 parent e81e8ef commit e4d1ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/Steps/Step4.php
Expand Up @@ -179,7 +179,7 @@ public function processValues()
'host' => $_POST['config']['database']['host'],
'driver' => $_POST['config']['database']['driver'],
'prefix' => $_POST['config']['database']['prefix'],
'charset' => 'utf8',
'charset' => 'UTF8',
);

$entityManager = Helper::getDoctrineEntityManager($connectionParams);
Expand Down

0 comments on commit e4d1ad9

Please sign in to comment.