Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Fix issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Jul 3, 2015
1 parent 9ab63d3 commit 785d9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DependencyInjection/LswMemcacheExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public function load(array $configs, ContainerBuilder $container)

if (isset($config['session'])) {
$this->enableSessionSupport($config, $container);
} else {
$container->setParameter('memcache.session_handler.auto_load',false);
}
if (isset($config['doctrine'])) {
$this->loadDoctrine($config, $container);
Expand Down

0 comments on commit 785d9d7

Please sign in to comment.