Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 17, 2013
1 parent ed2113f commit 7a3bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Api.php
Expand Up @@ -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));
}

/**
Expand Down

0 comments on commit 7a3bcb4

Please sign in to comment.