mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Code optimization and cleaning
This commit is contained in:
@@ -2159,7 +2159,7 @@ class e_db_mysql implements e_db
|
||||
*/
|
||||
public function resetTableList()
|
||||
{
|
||||
return $this->db_ResetTableList();
|
||||
$this->db_ResetTableList();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user