Skip to content

Commit 5fe3e21

Browse files
committed
Enable course protection script - refs #7370
1 parent 2fa3954 commit 5fe3e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/buycourses/src/configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$tpl = new Template($templateName);
2222

2323
$teacher = api_is_platform_admin();
24-
//api_protect_course_script(true);
24+
api_protect_course_script(true);
2525

2626
if ($teacher) {
2727
// sync course table with the plugin

0 commit comments

Comments
 (0)