Skip to content

Commit e5a31f1

Browse files
committed
Merge branch 'release-10.2' into dev
2 parents 1618b83 + e6f1249 commit e5a31f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/VuFind/src/VuFind/RecordDriver/DefaultRecord.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ public function getTitle()
13671367
public function getTitleSection()
13681368
{
13691369
// Not currently stored in the default index schema
1370-
return null;
1370+
return '';
13711371
}
13721372

13731373
/**
@@ -1379,7 +1379,7 @@ public function getTitleSection()
13791379
public function getTitleStatement()
13801380
{
13811381
// Not currently stored in the default index schema
1382-
return null;
1382+
return '';
13831383
}
13841384

13851385
/**

0 commit comments

Comments
 (0)