Remove verbosity

This commit is contained in:
Romain Neutron
2014-03-05 12:22:32 +01:00
parent c7810502a5
commit 1823e4be5b

View File

@@ -960,7 +960,7 @@ class Collection implements ControllerProviderInterface
try {
if ('' !== trim($prefs)) {
$domdoc = new \DOMDocument();
if (true === $domdoc->loadXML($prefs)) {
if (true === @$domdoc->loadXML($prefs)) {
$collection->set_prefs($domdoc);
$success = true;
}