summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-04 11:36:59 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-04 11:36:59 +0000
commite17b9a59acddb6f4201eec3dbc7bf0a7986090bc (patch)
tree9ae11518c93ebdd71b9a0e481d755995f1e33f5c
parent7a21b982f837592a19747189925b8d402e4059cc (diff)
- fix parse error
git-svn-id: https://svn.roundcube.net/trunk@2454 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/addressbook/copy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/copy.inc b/roundcubemail/program/steps/addressbook/copy.inc
index db407497e..75190a611 100644
--- a/roundcubemail/program/steps/addressbook/copy.inc
+++ b/roundcubemail/program/steps/addressbook/copy.inc
@@ -31,7 +31,7 @@ if ($cid && preg_match('/^[a-z0-9\-_=]+(,[a-z0-9\-_=]+)*$/i', $cid) && strlen($t
$a_record = $plugin['record'];
if (!$plugin['abort'])
- $success = $TARGET->insert($CONTACTS->search($a_record, true);
+ $success = $TARGET->insert($CONTACTS->search($a_record, true));
}
if (empty($success))