revert c42a51051569598b0d70974a15729aa852c507bc, fixed by properly returning the...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 4 Jun 2010 21:30:47 +0000 (17:30 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 4 Jun 2010 21:30:47 +0000 (17:30 -0400)
horde/rpc.php

index 96782bf..9ae3542 100644 (file)
@@ -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);
         }