From a0d478a92b2bc148d0412d2b80a6ca04d8b12eca Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 21 Mar 2016 09:31:40 +0000 Subject: [PATCH] fix PHP Fatal error in CalDAV preferences, caused by missing explicit import of old preferences class --- api/src/Contacts.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/src/Contacts.php b/api/src/Contacts.php index e7fb93690f..441541253d 100755 --- a/api/src/Contacts.php +++ b/api/src/Contacts.php @@ -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 */