mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Revert "Import/Export: Avoid "Undefined variable: filter" error"
This reverts commit d57df627 (cherry picked from commit c853bb0f84ad55a69119cab4884d45d34457f196)
This commit is contained in:
parent
1586bbd66a
commit
5ec39458af
@ -93,11 +93,8 @@ class importexport_definition implements importexport_iface_egw_record {
|
||||
{
|
||||
$options_data = importexport_arrayxml::xml2array( $this->definition['plugin_options'] );
|
||||
$this->definition['plugin_options'] = (array)$options_data['root'];
|
||||
if($this->definition['filter'])
|
||||
{
|
||||
$filter = importexport_arrayxml::xml2array( $this->definition['filter'] );
|
||||
$this->definition['filter'] = $filter['root'];
|
||||
}
|
||||
if($this->definition['filter']) $filter = importexport_arrayxml::xml2array( $this->definition['filter'] );
|
||||
$this->definition['filter'] = $filter['root'];
|
||||
}
|
||||
catch (Throwable $e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user