Skip to content

Commit 287a090

Browse files
committed
Fixed profile confirmation key
1 parent 8242546 commit 287a090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/FOSUserExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private function loadProfile(array $config, ContainerBuilder $container, XmlFile
138138
{
139139
$loader->load('profile.xml');
140140

141-
if ($config['confirmation']['enabled']) {
141+
if ($config['email_update_confirmation']['enabled']) {
142142
if ('custom' !== $dbDriver && isset(self::$doctrineDrivers[$dbDriver])) {
143143
$loader->load('profile_email_update_listener.xml');
144144
}

0 commit comments

Comments
 (0)