mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-79956-master' of https://github.com/ssj365/moodle
This commit is contained in:
commit
ef7bf5a8cd
@ -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