From a9aa5fd610377a585e54068cc92c5cb2e62cbd45 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 4 Jun 2010 17:30:47 -0400 Subject: [PATCH] revert c42a51051569598b0d70974a15729aa852c507bc, fixed by properly returning the Horde_Db_Adapter_Base object from the binder --- horde/rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/rpc.php b/horde/rpc.php index 96782bf7d..9ae35428a 100644 --- 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')->getDb(); + $state_params['db'] = $injector->getInstance('Horde_Db_Adapter_Base'); $stateMachine = new Horde_ActiveSync_State_History($state_params); } -- 2.11.0