From a04b1cda45947351f160e76cd865ee84a17519b9 Mon Sep 17 00:00:00 2001 From: aroquen Date: Sun, 26 Jul 2015 11:10:57 +0200 Subject: [PATCH] Drop dead variable --- actions/usergroups.php | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/usergroups.php b/actions/usergroups.php index 746f992aae..ce5dc20178 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -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.