fixed: #4177 You can no longer send friends who are in your friends list or who you've already invitedto your friends network
This commit is contained in:
parent
18585200a7
commit
4dbd7bac1a
4 changed files with 59 additions and 1 deletions
|
|
@ -295,6 +295,16 @@ Thanks,
|
|||
lastUpdated => 1181493546,
|
||||
},
|
||||
|
||||
'error user is already friend' => {
|
||||
message => q|This user is already a member of your friends network <br /><p> <a href="%s">%s</a></p>|,
|
||||
lastUpdated => 1181493546,
|
||||
},
|
||||
|
||||
'error user is already invited' => {
|
||||
message => q|You have already sent an invitation for this user to join your friends network <br /> <p><a href="%s">%s</a></p>|,
|
||||
lastUpdated => 1181493546,
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue