mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix content history issue
This commit is contained in:
parent
bb9190a669
commit
b02f830128
@ -88,7 +88,7 @@ class contenthistory
|
|||||||
foreach ($readableItems as $id)
|
foreach ($readableItems as $id)
|
||||||
{
|
{
|
||||||
$where['sync_contentid'] = $id;
|
$where['sync_contentid'] = $id;
|
||||||
if (!$this->db->select(self::TABLE,'sync_contentid',$where,__LINE__,__FILE__))
|
if ($this->db->select(self::TABLE,'sync_contentid',$where,__LINE__,__FILE__)->fetchColumn())
|
||||||
{
|
{
|
||||||
$idList[] = $id;
|
$idList[] = $id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user