Merge branch 'MDL-72106' of https://github.com/paulholden/moodle
authorSara Arjona <sara@moodle.com>
Wed, 25 Aug 2021 16:37:26 +0000 (18:37 +0200)
committerSara Arjona <sara@moodle.com>
Wed, 25 Aug 2021 16:37:26 +0000 (18:37 +0200)
1  2 
calendar/managesubscriptions.php

@@@ -74,10 -61,6 +72,8 @@@ if (!calendar_user_can_add_event($cours
      print_error('errorcannotimport', 'calendar');
  }
  
- $importresults = '';
 +$PAGE->navbar->add(get_string('managesubscriptions', 'calendar'));
 +
  if (!empty($subscriptionid)) {
      // The user is wanting to perform an action upon an existing subscription.
      require_sesskey(); // Must have sesskey for all actions.