mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
fix warning staffpanel part
This commit is contained in:
@@ -76,5 +76,9 @@ class DBMysqli implements DBInterface
|
||||
return $this->mysqli->insert_id;
|
||||
}
|
||||
|
||||
public function freeResult($mysqliResult)
|
||||
{
|
||||
return $mysqliResult->free_result();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user