From: Michael M Slusarz Date: Tue, 2 Mar 2010 20:47:27 +0000 (-0700) Subject: Bug #8893: Fix logic X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf8a05c2ff27deb36a64351dca5beaffad58d4fd;p=horde.git Bug #8893: Fix logic --- diff --git a/imp/lib/Ui/Compose.php b/imp/lib/Ui/Compose.php index a02c8418d..0be880e2c 100644 --- a/imp/lib/Ui/Compose.php +++ b/imp/lib/Ui/Compose.php @@ -139,14 +139,14 @@ class IMP_Ui_Compose if (IMP::getViewMode() == 'imp') { $br = '
'; - $id = 'DIMP.SpellChecker'; + $id = 'IMP'; } else { $br = ''; - $id = 'IMP.SpellChecker'; + $id = 'DIMP'; } $args = array( - 'id' => $id, + 'id' => $id . '.SpellChecker', 'targetId' => 'composeMessage', 'triggerId' => 'spellcheck', 'states' => array(