mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
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
|
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
|
* Business object for contacts
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user