mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
removed explicit var parameter from Horde_iCalendar $component parameter of _ical2egw_callback, as all object are passed by reference in PHP5+, but usage via call_user_func_array(), gives warning as no (explicit) var parameters are allowed
This commit is contained in:
parent
8f63182822
commit
1e79225a29
@ -2163,7 +2163,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
* @param string $principalURL='' Used for CalDAV imports
|
* @param string $principalURL='' Used for CalDAV imports
|
||||||
* @return array|boolean event array or false if $component is no Horde_iCalendar_vevent
|
* @return array|boolean event array or false if $component is no Horde_iCalendar_vevent
|
||||||
*/
|
*/
|
||||||
function _ical2egw_callback(Horde_iCalendar &$component, $tzid, $principalURL='')
|
function _ical2egw_callback(Horde_iCalendar $component, $tzid, $principalURL='')
|
||||||
{
|
{
|
||||||
//unset($component->_container); _debug_array($component);
|
//unset($component->_container); _debug_array($component);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user