summaryrefslogtreecommitdiffstats
path: root/application/models/Muser.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/Muser.php')
-rw-r--r--application/models/Muser.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/models/Muser.php b/application/models/Muser.php
index 521d1c989..1d8e97d14 100644
--- a/application/models/Muser.php
+++ b/application/models/Muser.php
@@ -19,8 +19,6 @@ class Muser extends CI_Model {
function __construct()
{
- parent::__construct();
-
$this->load->helper("filebin");
$this->load->driver("duser");
$this->hashalgo = $this->config->item('auth_db')['hashing_algorithm'];