Skip to content
Snippets Groups Projects
Commit a0d3f729 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused variable.

parent dbb4f92b
No related merge requests found
...@@ -590,7 +590,7 @@ class AuthorInfo implements RecommendInterface, TranslatorAwareInterface ...@@ -590,7 +590,7 @@ class AuthorInfo implements RecommendInterface, TranslatorAwareInterface
$results = $auth->getResults(); $results = $auth->getResults();
// Find first useful LCCN: // Find first useful LCCN:
foreach ($results as $i => $current) { foreach ($results as $current) {
$lccn = $current->tryMethod('getRawLCCN'); $lccn = $current->tryMethod('getRawLCCN');
if (!empty($lccn)) { if (!empty($lccn)) {
$name = $this->getWikipediaNameFromViaf($lccn); $name = $this->getWikipediaNameFromViaf($lccn);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment