Drop dead variable

This commit is contained in:
aroquen 2015-07-26 11:10:57 +02:00
parent b0abce9bc8
commit a04b1cda45
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ class UsergroupsAction extends GalleryAction
// TRANS: %s is a user nickname.
$message = sprintf(_('%s is not a member of any group.'), $this->getTarget()->getNickname()) . ' ';
if (common_logged_in()) {
$current_user = common_current_user();
if ($this->scoped->sameAs($this->getTarget())) {
// TRANS: Text on group page for a user that is not a member of any group. This message contains
// TRANS: a Markdown link in the form [link text](link) and a variable that should not be changed.