Issue #2072565 by legolasbo: Remove Unused local variable () from /core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php.

8.0.x
webchick 2013-08-29 08:18:17 -07:00
parent dd85adde5e
commit 7cd1ddac12
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ class JoinPluginBase extends PluginBase {
if (is_array($this->extra)) {
$extras = array();
foreach ($this->extra as $info) {
$extra = '';
// Figure out the table name. Remember, only use aliases provided
// if at all possible.
$join_table = '';