From 95462301d506cf9b29b4e8e867a64a2af50846c5 Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Thu, 5 May 2022 16:19:41 +0200 Subject: [PATCH] en-parameter in course request --- lang/en/local_hsh.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/local_hsh.php b/lang/en/local_hsh.php index 9150ce3..f394917 100644 --- a/lang/en/local_hsh.php +++ b/lang/en/local_hsh.php @@ -109,7 +109,7 @@ Request-ID: {$a->id} Course fullname: {$a->fullname} Course shortname: {$a->shortname} Course category: {$a->category} -Copy course from: {$a->copycourseurl} +Copy course from: {$a->coursecopyurl} Notes: {$a->reason} '; $string['coursecopyinform'] = 'INFORMATION: If you have requested an import of course data from a previous moodle course, the import will be completed at any moment.'; diff --git a/version.php b/version.php index 88c2d69..3348ae2 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_hsh'; -$plugin->version = 2022050501; +$plugin->version = 2022050502; $plugin->release = '3.3 (Build: 2015042300)'; $plugin->requires = 2014051200; $plugin->maturity = MATURITY_STABLE; -- GitLab