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

Fixed bug -- wrong variable.

parent 75a77843
Branches
Tags archive/issue/8581
No related merge requests found
...@@ -166,7 +166,7 @@ class Resource extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterf ...@@ -166,7 +166,7 @@ class Resource extends RowGateway implements \VuFind\Db\Table\DbTableAwareInterf
} }
// Try to find an author; if not available, just leave the default null: // Try to find an author; if not available, just leave the default null:
$this->title = mb_substr( $author = mb_substr(
$driver->tryMethod('getPrimaryAuthor'), $driver->tryMethod('getPrimaryAuthor'),
0, 0,
255, 255,
......
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