fixed bug in Westdc/Member/Account.php
This commit is contained in:
parent
8aa0abb88f
commit
dd402a698b
|
@ -172,8 +172,8 @@ class Account extends AbstractEventManager implements ServiceManagerAwareInterfa
|
||||||
{
|
{
|
||||||
$auth = new AuthenticationService();
|
$auth = new AuthenticationService();
|
||||||
$auth->setStorage(new SessionStorage($this->config->session_namespace));
|
$auth->setStorage(new SessionStorage($this->config->session_namespace));
|
||||||
|
|
||||||
new Zend_Db($dbAdapter);
|
$dbAdapter = Zend_Db::getInstance();
|
||||||
|
|
||||||
$authAdapter = new DbTable(
|
$authAdapter = new DbTable(
|
||||||
$dbAdapter,
|
$dbAdapter,
|
||||||
|
|
Loading…
Reference in New Issue