diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-26 10:08:40 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-26 10:08:40 +0100 |
commit | 789e5988aaebb78d368b137b98169ec1e616159c (patch) | |
tree | ba855c4b2464b659703d5d08202f85c48ed1c180 /program/lib/Roundcube/rcube_ldap.php | |
parent | c72fbf06d6b08addbcc5dc234392b591c4239632 (diff) |
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
Diffstat (limited to 'program/lib/Roundcube/rcube_ldap.php')
-rw-r--r-- | program/lib/Roundcube/rcube_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_ldap.php b/program/lib/Roundcube/rcube_ldap.php index 34e37e3b9..e3ba8c29f 100644 --- a/program/lib/Roundcube/rcube_ldap.php +++ b/program/lib/Roundcube/rcube_ldap.php @@ -273,7 +273,7 @@ class rcube_ldap extends rcube_addressbook } // Get the pieces needed for variable replacement. - if ($fu = $rcube->get_user_name()) + if ($fu = $rcube->get_user_email()) list($u, $d) = explode('@', $fu); else $d = $this->mail_domain; |