diff options
author | alecpl <alec@alec.pl> | 2011-06-29 17:15:08 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-06-29 17:15:08 +0000 |
commit | c3dabfad7ac668cb9bdcbf8ccf221d82fadd9c9c (patch) | |
tree | 76c83abd081a123ab8adafa8afed11a904fd7572 /program/steps/addressbook/edit.inc | |
parent | 77406bb73192149d907bc7fc2b069318caa8f04f (diff) |
- Fixed link to contact photo, when browsing the search results (#1487980)
Diffstat (limited to 'program/steps/addressbook/edit.inc')
-rw-r--r-- | program/steps/addressbook/edit.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index 05572de2b..39161127c 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -53,6 +53,7 @@ else { $CONTACTS = rcmail_contact_source($source, true); } +$SOURCE_ID = $source; function rcmail_get_edit_record() { |