Skip to content

Commit

Permalink
Inject Horde_Cache object into the activesync driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 4, 2014
1 parent 12569e8 commit e4c7bac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php
Expand Up @@ -25,7 +25,8 @@ public function create(Horde_Injector $injector)
: null,
'ping' => $conf['activesync']['ping'],
'state' => $injector->getInstance('Horde_ActiveSyncState'),
'auth' => $this->_getAuth());
'auth' => $this->_getAuth(),
'cache' => $injector->getInstance('Horde_Cache'));

return new Horde_Core_ActiveSync_Driver($driver_params);
}
Expand Down

0 comments on commit e4c7bac

Please sign in to comment.