mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
reverse merge from 1.6.0 (r10030)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10693 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f6043e67a7
commit
636bc9437f
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@
|
|||
$oMemberController->addMemberPopupMenu($url,'cmd_view_member_info',$icon_path,'self');
|
||||
}
|
||||
// When click other's nickname
|
||||
if($member_srl != $logged_info->member_srl) {
|
||||
if($member_srl != $logged_info->member_srl && $logged_info->member_srl)
|
||||
{
|
||||
// Send an email
|
||||
if($member_info->email_address) {
|
||||
$url = 'mailto:'.htmlspecialchars($member_info->email_address);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue