mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-78750 communication_matrix: Dynamic settings
This commit is contained in:
parent
89eae3a811
commit
a78921005f
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ class communication_feature implements
|
|||
if (
|
||||
!empty($matrixhomeserverurl) &&
|
||||
!empty($matrixaccesstoken) &&
|
||||
(PHPUNIT_TEST || BEHAT_SITE_RUNNING || !empty($matrixelementurl))
|
||||
(PHPUNIT_TEST || defined('BEHAT_SITE_RUNNING') || !empty($matrixelementurl))
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue