Fix #989 : Unable to reject thesaurus candidate

This commit is contained in:
Romain Neutron
2013-07-03 17:10:10 +02:00
parent c87afd466f
commit cc554f1529

View File

@@ -49,7 +49,7 @@ if ($parm["bid"] !== null) {
$databox = databox::get_instance((int) $parm['bid']);
$connbas = connection::getPDOConnection($parm['bid']);
$dom = $databox->get_cterms();
$dom = $databox->get_dom_cterms();
if ($dom) {
$xpath = new DOMXPath($dom);