Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'eiwaen-bugfix/6377'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jun 17, 2014
2 parents ccda480 + 464b960 commit 7688fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Session/Service/SessionConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function createService(ServiceLocatorInterface $services)
if (!class_exists($config['config_class'])) {
throw new ServiceNotCreatedException(sprintf(
'Invalid configuration class "%s" specified in "config_class" session configuration; must be a valid class',
$class
$config['config_class']
));
}
$class = $config['config_class'];
Expand Down

0 comments on commit 7688fab

Please sign in to comment.