Fix SQL syntax error when purging cache for a folder
This commit is contained in:
parent
fce62f6df5
commit
1f8e7cc478
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class kolab_storage_cache
|
||||||
$this->_read_folder_data();
|
$this->_read_folder_data();
|
||||||
|
|
||||||
$result = $this->db->query(
|
$result = $this->db->query(
|
||||||
"DELETE FROM $this->cache_table WHERE folder_id=?".
|
"DELETE FROM $this->cache_table WHERE folder_id=?",
|
||||||
$this->folder_id
|
$this->folder_id
|
||||||
);
|
);
|
||||||
return $this->db->affected_rows($result);
|
return $this->db->affected_rows($result);
|
||||||
|
|
Loading…
Add table
Reference in a new issue