mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixing call to calendar_so::search() to use new parameters, causing CalDAV to fail
This commit is contained in:
parent
13463578f5
commit
22406f6885
@ -6,7 +6,7 @@
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||||
* @author Joerg Lehrke <jlehrke@noc.de>
|
* @author Joerg Lehrke <jlehrke@noc.de>
|
||||||
* @copyright (c) 2005-9 by RalfBecker-At-outdoor-training.de
|
* @copyright (c) 2005-10 by RalfBecker-At-outdoor-training.de
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -1739,7 +1739,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
'[QUERY]: ' . array2string($query)."\n",3,$this->logfile);
|
'[QUERY]: ' . array2string($query)."\n",3,$this->logfile);
|
||||||
}
|
}
|
||||||
if (!count($users) || !($foundEvents =
|
if (!count($users) || !($foundEvents =
|
||||||
$this->so->search(null, null, $users, 0, 'owner', $query)))
|
$this->so->search(null, null, $users, 0, 'owner', false, 0, array('query' => $query))))
|
||||||
{
|
{
|
||||||
if ($this->log)
|
if ($this->log)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user