fix method names
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 7 May 2010 18:58:33 +0000 (14:58 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 7 May 2010 18:58:33 +0000 (14:58 -0400)
framework/SyncML/SyncML/Backend/Horde.php

index 6cd67b6..38b0439 100644 (file)
@@ -124,10 +124,10 @@ class SyncML_Backend_Horde extends SyncML_Backend {
     {
         global $registry;
 
-        $apimap = array('calendar' => '/listEvents',
-                        'contacts' => '/listContacts',
-                        'tasks' => '/listTasks',
-                        'notes' => '/listNotes');
+        $apimap = array('calendar' => 'listEvents',
+                        'contacts' => 'listContacts',
+                        'tasks' => 'listTasks',
+                        'notes' => 'listNotes');
 
         $adds = $mods = $dels = array();
         $database = $this->_normalize($databaseURI);