mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-20 05:12:38 +02:00
fix PHP Fatal error in CalDAV preferences, caused by missing explicit import of old preferences class
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user