forked from ZwiiCMS-Team/ZwiiCampus
libellé
This commit is contained in:
parent
06a9a1b004
commit
20bc67aaa3
@ -38,8 +38,8 @@ class course extends common
|
||||
|
||||
public static $courseEnrolment = [
|
||||
self::COURSE_ENROLMENT_GUEST => 'Anonyme',
|
||||
self::COURSE_ENROLMENT_SELF => 'Auto-inscrition libre',
|
||||
self::COURSE_ENROLMENT_SELF_KEY => 'Auto-inscription avec clé',
|
||||
self::COURSE_ENROLMENT_SELF => 'Inscription libre',
|
||||
self::COURSE_ENROLMENT_SELF_KEY => 'Inscription avec clé',
|
||||
//self::COURSE_ENROLMENT_MANUAL => 'Manuelle'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user