From 13a93e62ca9e80ac0304c137d5bad8119d9128da Mon Sep 17 00:00:00 2001 From: Artem Andreev Date: Thu, 1 Nov 2012 15:28:18 +0400 Subject: [PATCH] $att->view fix. Thanks dketov --- manage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }