mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed missing argument error on search (e.g. slowsync), sorry - my fault
This commit is contained in:
parent
d4b0e572a1
commit
bde63a01f9
@ -395,7 +395,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
{
|
||||
$result = false;
|
||||
|
||||
if (($contact = $this->vcardtoegw($_vcard)))
|
||||
if (($contact = $this->vcardtoegw($_vcard, $contentID)))
|
||||
{
|
||||
if ($contentID)
|
||||
{
|
||||
@ -415,7 +415,7 @@ class addressbook_vcal extends addressbook_bo
|
||||
if (is_array($_supportedFields)) $this->supportedFields = $_supportedFields;
|
||||
}
|
||||
|
||||
function vcardtoegw($_vcard, $_abID)
|
||||
function vcardtoegw($_vcard, $_abID=null)
|
||||
{
|
||||
// the horde class does the charset conversion. DO NOT CONVERT HERE.
|
||||
// be as flexible as possible
|
||||
|
Loading…
Reference in New Issue
Block a user