mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 08:14:21 +01:00
(Fixes issue 1868)
This commit is contained in:
@@ -55,8 +55,6 @@ class CDbAuthManager extends CAuthManager
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
|
||||
$this->getDbConnection()->setActive(true);
|
||||
$this->_usingSqlite=!strncmp($this->getDbConnection()->getDriverName(),'sqlite',6);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user