forked from extern/egroupware
fix typo
This commit is contained in:
parent
a03a69bd8e
commit
49f9086420
@ -124,7 +124,7 @@ class addressbook_activesync implements activesync_plugin_write, activesync_plug
|
|||||||
{
|
{
|
||||||
static $abs;
|
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'])
|
if ($return_all_in_one && $GLOBALS['egw_info']['user']['preferences']['activesync']['addressbook-all-in-one'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user