From: Michael M Slusarz Date: Mon, 16 Nov 2009 19:06:36 +0000 (-0700) Subject: Fix function name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=97836b8e9e235567a85f9f1bc21e7742b43497e4;p=horde.git Fix function name --- 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);