-
Improvement
-
Resolution: Fixed
-
Blocker
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
MDL-32610-hide-updates -
In a few circumstances (such as completely managed servers, which may have a lot of local modifications) it is desirable to not have the check for updates active.
Please add a config variable check such as
if (!empty($CFG->disableupdatenotifications)) {
|
return; // Hide all this functionality from GUI and disable cron checks etc
|
}
|
so it can be defined in config.php
- has a non-specific relationship to
-
MDL-20438 Available update notifications
-
- Closed
-