Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Dec 17, 2024
1 parent c47c1a3 commit 94a8b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
if (!empty(get_config('block_opencast', 'swprivacynoticeinfotext_' . $ocinstanceid))) {
$privacynoticetitle = get_config('block_opencast', 'swprivacynoticetitle_' . $ocinstanceid);
if (empty($privacynoticetitle)) {
$privacynoticetitle = get_string('privacynoticedefaulttitle', 'block_opencast');
$privacynoticetitle = get_string('swprivacynoticedefaulttitle', 'block_opencast');
}
$targetedworkflows = [];
$swprivacynoticewfds = get_config('block_opencast', 'swprivacynoticewfds_' . $ocinstanceid);
Expand Down

0 comments on commit 94a8b1b

Please sign in to comment.