Fix reading configuration objects of type file_driver (#3900)
This commit is contained in:
parent
922cf59645
commit
e200122308
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class kolab_format_configuration extends kolab_format
|
|||
break;
|
||||
|
||||
case 'file_driver':
|
||||
$driver = $this->obj->file_driver();
|
||||
$driver = $this->obj->fileDriver();
|
||||
|
||||
$object['driver'] = $driver->driver();
|
||||
$object['title'] = $driver->title();
|
||||
|
|
Loading…
Add table
Reference in a new issue