Skip to content

Commit

Permalink
Merge branch 'MDL-63888-master' of git://github.com/jleyva/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Nov 7, 2018
2 parents d33a22c + 2b6a0c6 commit e0d7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public static function get_site_info($serviceshortnames = array()) {

// Retrieve some advanced features. Only enable/disable ones (bool).
$advancedfeatures = array("usecomments", "usetags", "enablenotes", "messaging", "enableblogs",
"enablecompletion", "enablebadges");
"enablecompletion", "enablebadges", "messagingallusers");
foreach ($advancedfeatures as $feature) {
if (isset($CFG->{$feature})) {
$siteinfo['advancedfeatures'][] = array(
Expand Down

0 comments on commit e0d7266

Please sign in to comment.