Fix reference to kolab_cache table in count() method
This commit is contained in:
parent
cb8249d414
commit
d67a7f0d76
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ class kolab_storage_cache
|
||||||
$this->_read_folder_data();
|
$this->_read_folder_data();
|
||||||
|
|
||||||
$sql_result = $this->db->query(
|
$sql_result = $this->db->query(
|
||||||
"SELECT COUNT(*) AS numrows FROM kolab_cache ".
|
"SELECT COUNT(*) AS numrows FROM $this->cache_table ".
|
||||||
"WHERE folder_id=? " . $this->_sql_where($query),
|
"WHERE folder_id=? " . $this->_sql_where($query),
|
||||||
$this->folder_id
|
$this->folder_id
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue