fixed bug in Westdc/Member/Account.php

This commit is contained in:
Li Jianxuan 2015-01-26 09:54:47 +08:00
parent 8aa0abb88f
commit dd402a698b
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ class Account extends AbstractEventManager implements ServiceManagerAwareInterfa
{
$auth = new AuthenticationService();
$auth->setStorage(new SessionStorage($this->config->session_namespace));
new Zend_Db($dbAdapter);
$dbAdapter = Zend_Db::getInstance();
$authAdapter = new DbTable(
$dbAdapter,