mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Remove dead code
This commit is contained in:
@@ -260,7 +260,7 @@ class databox_status
|
||||
$doc = $databox->get_dom_structure();
|
||||
if ($doc) {
|
||||
$xpath = $databox->get_xpath_structure();
|
||||
$entries = $xpath->query($q = "/record/statbits/bit[@n=" . $bit . "]");
|
||||
$entries = $xpath->query("/record/statbits/bit[@n=" . $bit . "]");
|
||||
|
||||
foreach ($entries as $sbit) {
|
||||
if ($p = $sbit->previousSibling) {
|
||||
|
Reference in New Issue
Block a user