diff --git a/manage.php b/manage.php index 2687223..57a72c0 100644 --- a/manage.php +++ b/manage.php @@ -57,7 +57,7 @@ if ($from === 'block') { } elseif ($size > 1) { $att->curdate = $today; //temporally set $view for single access to page from block - $att->$view = ATT_VIEW_DAYS; + $att->view = ATT_VIEW_DAYS; } }