• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.9.3
    • 1.9.2
    • Blocks
    • None
    • MOODLE_19_STABLE
    • MOODLE_19_STABLE

      The patch for MDL-15501 was erroneous.

      You wrote (in blocklib.php, blocks_print_adminblock(), lines 952+)
      + $strblocks = '<div class="title"><h2>';
      + $strblocks .= get_string('blocks');
      + $strblocks .= '</h2>';

      whereas it should be
      + $strblocks = '<div class="title"><h2>';
      + $strblocks .= get_string('blocks');
      + $strblocks .= '</h2></div>';

            timhunt Tim Hunt
            johannes.albert Johannes Albert
            Jérôme Mouneyrac Jérôme Mouneyrac
            Votes:
            1 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.