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