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

Incorrect plugin class name in backup_dataform_activity_structure_step::annotate_dataformplugin_files().

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.6.3
    • 2.6.2
    • Set: Dataform
    • MOODLE_26_STABLE
    • MOODLE_26_STABLE

      In backup_dataform_stepslib.php, backup_dataform_activity_structure_step::annotate_dataformplugin_files(), reference to plugin class name

      $pluginclass = $plugintype. "_$type";
      

      should be

      $pluginclass = $plugintype. "_$type". "_$type";
      

      and there is no need to require the class file.

            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.