Skip to content
Snippets Groups Projects
Unverified Commit a31e6ab3 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Removed Cookie check, since it might not be helpful anyway

parent 316834b0
Branches
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class filter_opencast extends moodle_text_filter {
// Login if user is not logged in yet.
$loggedin = true;
if (!isset($_COOKIE['JSESSIONID']) && !self::$loginrendered) {
if (!self::$loginrendered) {
// Login and set cookie.
filter_opencast_login();
$loggedin = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment