forked from extern/egroupware
fix PHP Fatal error in CalDAV preferences, caused by missing explicit import of old preferences class
This commit is contained in:
parent
fb4101e38a
commit
a0d478a92b
@ -18,6 +18,9 @@ namespace EGroupware\Api;
|
||||
|
||||
use calendar_bo; // to_do: do NOT require it, just use if there
|
||||
|
||||
// explicitly import old, not yet ported api classes
|
||||
use preferences;
|
||||
|
||||
/**
|
||||
* Business object for contacts
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user