Skip to content
Snippets Groups Projects
Commit 81ce1e68 authored by llaffont's avatar llaffont
Browse files

Fix EBook import id hash

parent 8c211aca
Branches
Tags
2 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!10Hotline 12583
......@@ -167,7 +167,7 @@ class Class_WebService_OPDS_CatalogReader {
if (!$this->_xml_parser->inParents('entry'))
return;
$this->_current_entry->setId(hash('adler32',$data));
$this->_current_entry->setId($data);
}
......
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