mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix #989 : Unable to reject thesaurus candidate
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user