Allow password change with no restrictions + code reorg (#1894)

This commit is contained in:
FrancescoUK
2018-03-25 19:18:03 +01:00
parent 4595ab5c35
commit 4079e44572
11 changed files with 115 additions and 115 deletions

View File

@@ -123,6 +123,5 @@ class Module extends CI_Model
$this->db->from('modules');
return $this->db->get()->row()->sort;
}
}
?>