Issue #2080591 by beowulf1416: Remove Unused local variable $uid from /core/modules/user/lib/Drupal/user/Plugin/views/field/Language.php.

8.0.x
Alex Pott 2013-09-29 15:01:54 +02:00
parent c3ec94f76e
commit 0acc459d6b
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ use Drupal\views\ResultRow;
class Language extends User {
protected function renderLink($data, ResultRow $values) {
$uid = $this->getValue($values, 'uid');
if (!empty($this->options['link_to_user'])) {
$uid = $this->getValue($values, 'uid');
if (user_access('access user profiles') && $uid) {