From c1833e796acf956590bf241fe657c75f64d90a08 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 14 May 2009 19:44:10 +0200 Subject: [PATCH] Fix getActionTimestamp signature (Bug #8273). --- kronolith/lib/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/api.php b/kronolith/lib/api.php index 0f2c5700d..71c753a03 100644 --- a/kronolith/lib/api.php +++ b/kronolith/lib/api.php @@ -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', ); -- 2.11.0