mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-26 16:39:29 +00:00
Removed unused parameter from the application/libraries/DmsLib.php constructor
This commit is contained in:
@@ -31,7 +31,7 @@ class DmsLib
|
||||
/**
|
||||
* Object initialization
|
||||
*/
|
||||
public function __construct($params = null)
|
||||
public function __construct()
|
||||
{
|
||||
$this->_ci =& get_instance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user