Skip to content

Commit

Permalink
MDL-72845 core: make showservicesandsupport parameter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Dec 23, 2021
1 parent c683b69 commit 076fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function admin_notifications_page($maturity, $insecuredataroot, $errorsdi
$buggyiconvnomb, $registered, array $cachewarnings = array(), $eventshandlers = 0,
$themedesignermode = false, $devlibdir = false, $mobileconfigured = false,
$overridetossl = false, $invalidforgottenpasswordurl = false, $croninfrequent = false,
$showcampaigncontent = false, bool $showfeedbackencouragement = false, bool $showservicesandsupport) {
$showcampaigncontent = false, bool $showfeedbackencouragement = false, bool $showservicesandsupport = false) {

global $CFG;
$output = '';
Expand Down

0 comments on commit 076fba9

Please sign in to comment.