diff --git a/mnemo/lib/Api.php b/mnemo/lib/Api.php index b5ccec0bed7..ab94c1a3736 100644 --- a/mnemo/lib/Api.php +++ b/mnemo/lib/Api.php @@ -66,7 +66,7 @@ public function listUids($notepads = null) // Make sure we have a valid notepad. if (empty($notepads)) { - $notepads = Mnemo::getSyncLists(); + $notepads = Mnemo::getSyncNotepads(); } else { if (!is_array($notepads)) { $notepads = array($notepads); @@ -322,7 +322,7 @@ public function import($content, $contentType, $notepad = null) * @param array $options Any additional options to be passed to the * exporter. * - * @return string The requested data + * @return mixed The requested data * @throws Mnemo_Exception * @throws Horde_Exception_PermissionDenied */