Removed unused parameter from the application/libraries/DmsLib.php constructor

This commit is contained in:
Paolo
2025-09-24 14:29:31 +02:00
parent b129bb659b
commit 517f39dc1f
+1 -1
View File
@@ -31,7 +31,7 @@ class DmsLib
/**
* Object initialization
*/
public function __construct($params = null)
public function __construct()
{
$this->_ci =& get_instance();