Fix mismatching signature.
This commit is contained in:
parent
6d3221742d
commit
08f1e90555
@ -145,7 +145,7 @@ class MysqliDatabase extends DbAbstract
|
|||||||
* @access public
|
* @access public
|
||||||
* @return int Value of the auto-increment column
|
* @return int Value of the auto-increment column
|
||||||
*/
|
*/
|
||||||
public function insertId()
|
public function insertId($table = '', $id = '')
|
||||||
{
|
{
|
||||||
return mysqli_insert_id($this->db_conn);
|
return mysqli_insert_id($this->db_conn);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user