8000 Merge branch 'master' of git://github.com/petajaros/symfony into visi… · jaimesuez/symfony@3e5fe74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e5fe74

Browse files
committed
Merge branch 'master' of git://github.com/petajaros/symfony into visibilityChanges
2 parents a64cc0e + 82a44ec commit 3e5fe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ private function createUserDaoProvider($name, $provider, ContainerBuilder $conta
459459

460460
$container
461461
->setDefinition($userId, new DefinitionDecorator('security.user.provider.in_memory.user'))
462-
->setArguments(array($username, $user['password'], $user['roles']))
462+
->setArguments(array($username, (string)$user['password'], $user['roles']))
463463
;
464464

465465
$definition->addMethodCall('createUser', array(new Reference($userId)));

0 commit comments

Comments
 (0)
0