Skip to content
Snippets Groups Projects
Commit 5161c261 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

ensure a session is available when displaying courseware public links, fixes #4351

Closes #4351

Merge request studip/studip!3152
parent 7231b373
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ use Courseware\PublicLink; ...@@ -4,6 +4,8 @@ use Courseware\PublicLink;
class Courseware_PublicController extends StudipController class Courseware_PublicController extends StudipController
{ {
protected $with_session = true;
public function before_filter(&$action, &$args) public function before_filter(&$action, &$args)
{ {
parent::before_filter($action, $args); parent::before_filter($action, $args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment