forked from GNUsocial/gnu-social
!. => !
This commit is contained in:
parent
1872d07602
commit
99ebb56529
@ -45,7 +45,7 @@ function subs_subscribe_user($user, $other_nickname)
|
|||||||
function subs_subscribe_to($user, $other)
|
function subs_subscribe_to($user, $other)
|
||||||
{
|
{
|
||||||
if ($user->isSubscribed($other)) {
|
if ($user->isSubscribed($other)) {
|
||||||
return _('Already subscribed!.');
|
return _('Already subscribed!');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($other->hasBlocked($user)) {
|
if ($other->hasBlocked($user)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user