From 4a850f63d977bc228892550c7f395db6893da764 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 15 Aug 2014 09:39:26 +0000 Subject: [PATCH] fix typo --- addressbook/inc/class.addressbook_activesync.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_activesync.inc.php b/addressbook/inc/class.addressbook_activesync.inc.php index 115442961a..eb4d2e4147 100644 --- a/addressbook/inc/class.addressbook_activesync.inc.php +++ b/addressbook/inc/class.addressbook_activesync.inc.php @@ -124,7 +124,7 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug { static $abs; - if (!isset($abs) || !$resolve_all_in_one) + if (!isset($abs) || !$return_all_in_one) { if ($return_all_in_one && $GLOBALS['egw_info']['user']['preferences']['activesync']['addressbook-all-in-one']) {