mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Change import record type from abstract to calendar's record class. Since it will fail otherwise, no need to be general.
(thanks, Scrutenizer)
This commit is contained in:
parent
5946e9f7cd
commit
29cba6a8a5
@ -71,12 +71,12 @@ class calendar_import_csv extends importexport_basic_import_csv {
|
||||
* imports a single entry according to given definition object.
|
||||
* Handles the conditions and the actions taken.
|
||||
*
|
||||
* @param importepport_iface_egw_record record The egw_record object being imported
|
||||
* @param calendar_egw_record record The egw_record object being imported
|
||||
* @param importexport_iface_import_record import_csv Import object contains current state
|
||||
*
|
||||
* @return boolean success
|
||||
*/
|
||||
public function import_record(\importexport_iface_egw_record &$record, &$import_csv)
|
||||
public function import_record(\calendar_egw_record &$record, &$import_csv)
|
||||
{
|
||||
// set eventOwner
|
||||
$options =& $this->definition->plugin_options;
|
||||
|
Loading…
Reference in New Issue
Block a user