Skip to content

Commit 1292099

Browse files
committed
Allow session admins to create schedule announcements see BT#13110
1 parent c260f7d commit 1292099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/session/scheduled_announcement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
require_once __DIR__.'/../inc/global.inc.php';
77

8-
api_protect_admin_script();
8+
api_protect_admin_script(true);
99

1010
$sessionId = isset($_GET['session_id']) ? (int) $_GET['session_id'] : 0;
1111
$id = isset($_GET['id']) ? (int) $_GET['id'] : 0;

0 commit comments

Comments
 (0)