Supply the contactsmanager object to the callbacks

This commit is contained in:
Bart Visscher 2014-04-10 18:07:15 +02:00
parent 5c412f480c
commit 694244f2e0
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ namespace OC {
protected function loadAddressBooks() protected function loadAddressBooks()
{ {
foreach($this->address_book_loaders as $callable) { foreach($this->address_book_loaders as $callable) {
$callable(); $callable($this);
} }
$this->address_book_loaders = array(); $this->address_book_loaders = array();
} }