Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-5077

Undefined index: recipientemails in mod\dataform\classes\observer\notification.php on line 141

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.6.3
    • 2.6.3
    • Set: Dataform
    • None
    • MOODLE_26_STABLE
    • MOODLE_26_STABLE

      Undefined index: recipientemails in mod\dataform\classes\observer\notification.php on line 141

      Possible solution, change

      if ($recipients = $data['recipientemails']) {
      

      to

      if (!empty($data['recipientemails'])) {
          $recipients = $data['recipientemails'];
      

            itamart Itamar Tzadok (Inactive)
            itamart Itamar Tzadok (Inactive)
            Itamar Tzadok Itamar Tzadok (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.