From 7a3bcb467348ddd34f44c31b0d5e12772509c974 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Tue, 17 Dec 2013 11:57:21 -0500 Subject: [PATCH] ws --- mnemo/lib/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnemo/lib/Api.php b/mnemo/lib/Api.php index ab94c1a3736..fc730562030 100644 --- a/mnemo/lib/Api.php +++ b/mnemo/lib/Api.php @@ -353,7 +353,7 @@ public function export($uid, $contentType, array $options = array()) return $storage->toASNote($memo, $options); } - throw new Mnemo_Exception(sprintf(_("Unsupported Content-Type: %s"),$contentType)); + throw new Mnemo_Exception(sprintf(_("Unsupported Content-Type: %s"), $contentType)); } /**