From: Michael M Slusarz Date: Wed, 15 Apr 2009 17:36:36 +0000 (-0600) Subject: Fix pref name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=76a97a5648cb1bb420c13e66ab119faba68b67d6;p=horde.git Fix pref name --- diff --git a/imp/lib/DIMP.php b/imp/lib/DIMP.php index 0fdac7520..18b196a20 100644 --- a/imp/lib/DIMP.php +++ b/imp/lib/DIMP.php @@ -208,7 +208,7 @@ class DIMP 'name' => $registry->get('name', 'dimp'), 'preview_pref' => intval($prefs->getValue('dimp_show_preview')), - 'toggle_pref' => intval($prefs->getValue('dimp_toggleheaders')), + 'toggle_pref' => intval($prefs->getValue('dimp_toggle_headers')), 'is_ie6' => intval($browser->isBrowser('msie') && ($browser->getMajor() < 7)),