"MDL-13766, shouldn't check login in repository base class, because developer may define a session name later"
This commit is contained in:
@@ -1098,7 +1098,6 @@ abstract class repository {
|
||||
$this->options[$n] = $v;
|
||||
}
|
||||
$this->name = $this->get_name();
|
||||
$this->check_login();
|
||||
$this->super_called = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user