From 87a2f686f0c0477a33ffe563321cc3eda89e021f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 24 Jun 2011 14:46:37 -0400 Subject: [PATCH] - Fix contacts copying (#1487967) --- program/steps/addressbook/copy.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/addressbook/copy.inc b/program/steps/addressbook/copy.inc index 4ee885b..1e4e753 100644 --- a/program/steps/addressbook/copy.inc +++ b/program/steps/addressbook/copy.inc @@ -40,7 +40,7 @@ // It maight happen when copying records from search result // Do nothing, go to next source - if ($target == $source) { + if ((string)$target == (string)$source) { continue; } -- Gitblit v1.9.1