diff --git a/api/src/Contacts/Storage.php b/api/src/Contacts/Storage.php index 8886b46a2d..49bb9af5d0 100755 --- a/api/src/Contacts/Storage.php +++ b/api/src/Contacts/Storage.php @@ -252,7 +252,7 @@ class Storage { if ($this->account_repository != $this->contact_repository) { - $class = 'EGroupware\\Contacts\\'.ucfirst($this->account_repository); + $class = 'EGroupware\\Api\\Contacts\\'.ucfirst($this->account_repository); $this->so_accounts = new $class(); $this->account_cols_to_search = $this->so_accounts->search_attributes; }