mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge with 3.7
This commit is contained in:
@@ -78,7 +78,7 @@ class databox_status
|
||||
$xmlpref = $databox->get_structure();
|
||||
$sxe = simplexml_load_string($xmlpref);
|
||||
|
||||
if ($sxe) {
|
||||
if ($sxe !== false) {
|
||||
|
||||
foreach ($sxe->statbits->bit as $sb) {
|
||||
$bit = (int) ($sb["n"]);
|
||||
|
Reference in New Issue
Block a user