projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c5cf6
)
this returns a factory
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 4 Jun 2010 20:25:21 +0000
(16:25 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 4 Jun 2010 21:20:53 +0000
(17:20 -0400)
horde/rpc.php
patch
|
blob
|
history
diff --git
a/horde/rpc.php
b/horde/rpc.php
index
9ae3542
..
96782bf
100644
(file)
--- a/
horde/rpc.php
+++ b/
horde/rpc.php
@@
-60,7
+60,7
@@
if ((!empty($_SERVER['CONTENT_TYPE']) &&
break;
case 'history':
$state_params = $conf['activesync']['state']['params'];
- $state_params['db'] = $injector->getInstance('Horde_Db_Adapter_Base');
+ $state_params['db'] = $injector->getInstance('Horde_Db_Adapter_Base')
->getDb()
;
$stateMachine = new Horde_ActiveSync_State_History($state_params);
}