mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 23:27:46 +02:00
* PHP7/ImportExport: fix different evaluation order of PHP 5 and 7 gives eg. error "Function name must be string" in wizard
This commit is contained in:
@ -3391,7 +3391,7 @@ class Mail
|
||||
//highest precedence
|
||||
try
|
||||
{
|
||||
$_folderName = $this->icServer->$types[$_type]['profileKey'];
|
||||
$_folderName = $this->icServer->{$types[$_type]['profileKey']};
|
||||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user