Make expanded pages work again
This commit is contained in:
parent
52873d5618
commit
6028bfb0d0
@ -328,6 +328,7 @@ $snapshot = null;
|
||||
if ($validIdentifier)
|
||||
{
|
||||
$identifier = $_GET['identifier'];
|
||||
$expanded = isset($_GET['expanded']) && $_GET['expanded'];
|
||||
$report = getReport($identifier);
|
||||
|
||||
if ($report)
|
||||
|
Loading…
Reference in New Issue
Block a user