mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix typo
This commit is contained in:
parent
30cf772c4d
commit
a81442373c
@ -935,7 +935,7 @@ class Backup
|
||||
|
||||
if ($lock_table || empty($pk) && is_null($lock_table))
|
||||
{
|
||||
$this->db->Link_ID->row_lock($table);
|
||||
$this->db->row_lock($table);
|
||||
}
|
||||
$total = $max = 0;
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user