mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
removed extra parenthesis
This commit is contained in:
@@ -977,7 +977,7 @@ class databox extends base
|
||||
|
||||
$dom = new DOMDocument();
|
||||
|
||||
if ($thesaurus && false !== ($dom->loadXML($thesaurus))) {
|
||||
if ($thesaurus && false !== $dom->loadXML($thesaurus)) {
|
||||
self::$_dom_thesaurus[$sbas_id] = $dom;
|
||||
} else {
|
||||
self::$_dom_thesaurus[$sbas_id] = false;
|
||||
|
Reference in New Issue
Block a user