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

Style fix (long line).

parent 4422103e
Branches
Tags
No related merge requests found
...@@ -1091,8 +1091,8 @@ class MyResearchController extends AbstractBase ...@@ -1091,8 +1091,8 @@ class MyResearchController extends AbstractBase
throw new \Exception(); throw new \Exception();
} }
$source = isset($row['source']) ? $row['source'] : 'VuFind'; $source = isset($row['source']) ? $row['source'] : 'VuFind';
$row['driver'] = $this->getServiceLocator()->get('VuFind\RecordLoader') $row['driver'] = $this->getServiceLocator()
->load($row['id'], $source); ->get('VuFind\RecordLoader')->load($row['id'], $source);
$row['title'] = $row['driver']->getShortTitle(); $row['title'] = $row['driver']->getShortTitle();
} catch (\Exception $e) { } catch (\Exception $e) {
if (!isset($row['title'])) { if (!isset($row['title'])) {
......
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