fix PHP Fatal error in CalDAV preferences, caused by missing explicit import of old preferences class

This commit is contained in:
Ralf Becker 2016-03-21 09:31:40 +00:00
parent fb4101e38a
commit a0d478a92b

View File

@ -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
*/