|
@@ 215-220 (lines=6) @@
|
| 212 |
|
|
| 213 |
|
switch ($event->getSubject()) { |
| 214 |
|
|
| 215 |
|
case 'group_link': |
| 216 |
|
return $this->parseCircleMemberEvent( |
| 217 |
|
$event, $circle, $group, |
| 218 |
|
$this->l10n->t('You linked {group} to {circle}'), |
| 219 |
|
$this->l10n->t('{group} was linked to {circle} by {author}') |
| 220 |
|
); |
| 221 |
|
|
| 222 |
|
|
| 223 |
|
case 'group_unlink': |
|
@@ 223-228 (lines=6) @@
|
| 220 |
|
); |
| 221 |
|
|
| 222 |
|
|
| 223 |
|
case 'group_unlink': |
| 224 |
|
return $this->parseCircleMemberEvent( |
| 225 |
|
$event, $circle, $group, |
| 226 |
|
$this->l10n->t('You unlinked {group} from {circle}'), |
| 227 |
|
$this->l10n->t('{group} was unlinked from {circle} by {author}') |
| 228 |
|
); |
| 229 |
|
|
| 230 |
|
|
| 231 |
|
case 'group_level': |