[Security] fixed wrong merge (refs #4776)

This commit is contained in:
Fabien Potencier 2013-05-05 18:46:39 +02:00
parent a7608d9115
commit 1856df30c8

View File

@ -29,6 +29,7 @@ abstract class AbstractFactory implements SecurityFactoryInterface
protected $options = array(
'check_path' => '/login_check',
'use_forward' => false,
'require_previous_session' => true,
);
protected $defaultSuccessHandlerOptions = array(
@ -44,7 +45,6 @@ abstract class AbstractFactory implements SecurityFactoryInterface
'failure_forward' => false,
'login_path' => '/login',
'failure_path_parameter' => '_failure_path',
'require_previous_session' => true,
);
public function create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId)