Skip to content
Snippets Groups Projects
Commit 6d346ed4 authored by David Maus's avatar David Maus
Browse files

Use null as default backend identifier

* VuFindSearch/Backend/Solr/Backend.php (__construct): Use null as
default backend identifier.
parent 47f6d624
No related merge requests found
......@@ -108,7 +108,7 @@ class Backend implements BackendInterface
{
$this->connector = $connector;
$this->dictionaries = array();
$this->identifier = spl_object_hash($this);
$this->identifier = null;
}
/**
......
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