Make expanded pages work again

This commit is contained in:
Keir Nellyer 2016-06-24 18:06:33 +01:00
parent 52873d5618
commit 6028bfb0d0

View File

@ -328,6 +328,7 @@ $snapshot = null;
if ($validIdentifier)
{
$identifier = $_GET['identifier'];
$expanded = isset($_GET['expanded']) && $_GET['expanded'];
$report = getReport($identifier);
if ($report)