diff --git a/enrol/meta/db/access.php b/enrol/meta/db/access.php index 1bbb946ed57..16ff3a1c953 100644 --- a/enrol/meta/db/access.php +++ b/enrol/meta/db/access.php @@ -24,14 +24,6 @@ */ $capabilities = array( - 'enrol/meta:config' => array( - 'captype' => 'write', - 'contextlevel' => CONTEXT_COURSE, - 'legacy' => array( - 'manager' => CAP_ALLOW, - ) - ), - // select some course as source 'enrol/meta:selectaslinked' => array( 'captype' => 'read', diff --git a/enrol/meta/lang/en/enrol_meta.php b/enrol/meta/lang/en/enrol_meta.php index eed0c456742..3f2eb54be77 100644 --- a/enrol/meta/lang/en/enrol_meta.php +++ b/enrol/meta/lang/en/enrol_meta.php @@ -24,7 +24,6 @@ */ $string['linkedcourse'] = 'Link course'; -$string['meta:config'] = 'Configure meta link enrol instances'; $string['meta:selectaslinked'] = 'Select course as meta linked'; $string['nosyncroleids'] = 'Roles that are not synchronised'; $string['nosyncroleids_desc'] = 'By default all course level role assignments are synchronised from parent to child courses. Roles that are selected here will not be included in the synchronisation process. The current roles will be updated in the next cron execution.'; diff --git a/enrol/meta/version.php b/enrol/meta/version.php index 7dc73631272..ed5da121b2d 100644 --- a/enrol/meta/version.php +++ b/enrol/meta/version.php @@ -23,5 +23,5 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2010061500; +$plugin->version = 2010071800; $plugin->cron = 60; \ No newline at end of file