summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/addressbook/edit.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-29 17:15:08 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-29 17:15:08 +0000
commit9720be10a00d9716fcb4dd117ddfa3e8f13ff6d4 (patch)
tree5f2f3d36fa483cdc5956457e2da65e7781bcb80f /roundcubemail/program/steps/addressbook/edit.inc
parentd336e0d764b2eede3e6692ff26fdf32f3a5ca183 (diff)
- Fixed link to contact photo, when browsing the search results (#1487980)
git-svn-id: https://svn.roundcube.net/trunk@4892 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook/edit.inc')
-rw-r--r--roundcubemail/program/steps/addressbook/edit.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/addressbook/edit.inc b/roundcubemail/program/steps/addressbook/edit.inc
index 05572de2b..39161127c 100644
--- a/roundcubemail/program/steps/addressbook/edit.inc
+++ b/roundcubemail/program/steps/addressbook/edit.inc
@@ -53,6 +53,7 @@ else {
$CONTACTS = rcmail_contact_source($source, true);
}
+$SOURCE_ID = $source;
function rcmail_get_edit_record()
{