Browse Source

$att->view fix. Thanks dketov

MOODLE_23_STABLE
Artem Andreev 12 years ago
parent
commit
13a93e62ca
  1. 2
      manage.php

2
manage.php

@ -57,7 +57,7 @@ if ($from === 'block') {
} elseif ($size > 1) { } elseif ($size > 1) {
$att->curdate = $today; $att->curdate = $today;
//temporally set $view for single access to page from block //temporally set $view for single access to page from block
$att->$view = ATT_VIEW_DAYS; $att->view = ATT_VIEW_DAYS;
} }
} }

Loading…
Cancel
Save