summaryrefslogtreecommitdiffstats
path: root/application/controllers/AuthController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/AuthController.php')
-rw-r--r--application/controllers/AuthController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/controllers/AuthController.php b/application/controllers/AuthController.php
index 8709cbe..01ba6f4 100644
--- a/application/controllers/AuthController.php
+++ b/application/controllers/AuthController.php
@@ -12,7 +12,6 @@
class AuthController extends Zend_Controller_Action
{
- private $db = null;
protected $config;
protected $pbs2host;
@@ -21,7 +20,6 @@ class AuthController extends Zend_Controller_Action
$bootstrap = $this->getInvokeArg('bootstrap');
$this->config = $bootstrap->getOptions();
$this->pbs2host = $this->config['pbs2']['host'];
- $this->db = Zend_Db_Table::getDefaultAdapter();
}
public function indexAction()