From 24a9584d6f8dc0c40a8e94a98d72f3b35a3d9ca9 Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Mon, 27 Aug 2018 22:24:48 +0300 Subject: [PATCH] =?UTF-8?q?Fixed=20typo=20in=20field=20name.=20Closes=20#2?= =?UTF-8?q?5=20(thanx=20Dariusz=20Bijo=C5=9B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ident_switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ident_switch.php b/ident_switch.php index 4b5cf71..66d7eca 100644 --- a/ident_switch.php +++ b/ident_switch.php @@ -280,7 +280,7 @@ class ident_switch extends rcube_plugin // Process boolean fields if (!rcube_utils::get_input_value('_ident_switch_form_enabled', rcube_utils::INPUT_POST)) { - self::sw_imap_off($args['iid']); + self::sw_imap_off($args['id']); return $args; }