From 97836b8e9e235567a85f9f1bc21e7742b43497e4 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 16 Nov 2009 12:06:36 -0700 Subject: [PATCH] Fix function name --- imp/js/fullmessage-dimp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/fullmessage-dimp.js b/imp/js/fullmessage-dimp.js index bb3d41823..f09a7e9f6 100644 --- a/imp/js/fullmessage-dimp.js +++ b/imp/js/fullmessage-dimp.js @@ -44,7 +44,7 @@ var DimpFullmessage = { var r = result.response, editor_on = ((r.format == 'html') && !DimpCompose.editor_on), id = (r.identity === null) ? $F('identity') : r.identity, - i = DimpCompose.get_identity(id, editor_on); + i = DimpCompose.getIdentity(id, editor_on); $('identity', 'last_identity').invoke('setValue', id); -- 2.11.0