From: Michael J. Rubinsky Date: Fri, 4 Jun 2010 21:30:47 +0000 (-0400) Subject: revert c42a51051569598b0d70974a15729aa852c507bc, fixed by properly returning the... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a9aa5fd610377a585e54068cc92c5cb2e62cbd45;p=horde.git revert c42a51051569598b0d70974a15729aa852c507bc, fixed by properly returning the Horde_Db_Adapter_Base object from the binder --- 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); }