correct typo in ActivityPlugin::onEndSubscribe()

This commit is contained in:
Evan Prodromou 2011-08-23 00:27:42 -04:00
parent af12037a6f
commit 505c64854c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ActivityPlugin extends Plugin
'subscribed' => $other->id));
$rendered = sprintf(_m('<em><a href="%s">%s</a> started following <a href="%s">%s</a></em>.'),
$subscriber->profileurl,
$usbscriber->getBestName(),
$subscriber->getBestName(),
$other->profileurl,
$other->getBestName());
$content = sprintf(_m('%s (%s) started following %s (%s).'),