Fix typo (!. -> !)
This commit is contained in:
parent
f60a55d9ec
commit
21603f0225
@ -121,7 +121,7 @@ function subs_unsubscribe_user($user, $other_nickname)
|
|||||||
function subs_unsubscribe_to($user, $other)
|
function subs_unsubscribe_to($user, $other)
|
||||||
{
|
{
|
||||||
if (!$user->isSubscribed($other))
|
if (!$user->isSubscribed($other))
|
||||||
return _('Not subscribed!.');
|
return _('Not subscribed!');
|
||||||
|
|
||||||
$sub = DB_DataObject::factory('subscription');
|
$sub = DB_DataObject::factory('subscription');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user