mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46: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 (
|
if (
|
||||||
!empty($matrixhomeserverurl) &&
|
!empty($matrixhomeserverurl) &&
|
||||||
!empty($matrixaccesstoken) &&
|
!empty($matrixaccesstoken) &&
|
||||||
(PHPUNIT_TEST || BEHAT_SITE_RUNNING || !empty($matrixelementurl))
|
(PHPUNIT_TEST || defined('BEHAT_SITE_RUNNING') || !empty($matrixelementurl))
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue