This commit is contained in:
Siebrand Mazeland 2009-11-08 22:39:02 +01:00
parent 1872d07602
commit 99ebb56529

View File

@ -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)) {