The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Eliminated notice.

parent 9b203029
No related merge requests found
......@@ -423,7 +423,7 @@ class Connector
// that means it has the prim namespace prefix.
// So first set the right prefix
$prefix = $doc;
if ($doc->PrimoNMBib != 'true') {
if ($doc->PrimoNMBib != 'true' && isset($namespaces['prim'])) {
// Use the namespace prefix to get those missing child
// elements out of $doc.
$prefix = $doc->children($namespaces['prim']);
......
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