Fix getActionTimestamp signature (Bug #8273).
authorJan Schneider <jan@horde.org>
Thu, 14 May 2009 17:44:10 +0000 (19:44 +0200)
committerJan Schneider <jan@horde.org>
Thu, 14 May 2009 17:44:10 +0000 (19:44 +0200)
kronolith/lib/api.php

index 0f2c570..71c753a 100644 (file)
@@ -75,7 +75,7 @@ $_services['listBy'] = array(
 );
 
 $_services['getActionTimestamp'] = array(
-    'args' => array('uid' => 'string', 'timestamp' => 'int'),
+    'args' => array('uid' => 'string', 'action' => 'string', 'calendar' => 'string'),
     'type' => 'int',
 );