mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-79956 mod_bigbluebuttonbn: fix import links
This commit is contained in:
parent
e4d1369475
commit
7fd20bbbd3
@ -869,8 +869,8 @@ EOF;
|
||||
if (!config::get('importrecordings_enabled')) {
|
||||
return false;
|
||||
}
|
||||
if ($this->can_manage_recordings()) {
|
||||
return true;
|
||||
if (!$this->can_manage_recordings()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return $this->is_feature_enabled('importrecordings');
|
||||
|
Loading…
x
Reference in New Issue
Block a user