Skip to content

Commit

Permalink
Fixed bug -- wrong variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Apr 1, 2016
1 parent e9379dc commit 3b13b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Db/Row/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function assignMetadata($driver, \VuFind\Date\Converter $converter)
}

// Try to find an author; if not available, just leave the default null:
$this->title = mb_substr(
$author = mb_substr(
$driver->tryMethod('getPrimaryAuthor'),
0,
255,
Expand Down

0 comments on commit 3b13b56

Please sign in to comment.