We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0784dc0 commit d24f81bCopy full SHA for d24f81b
main/work/view.php
@@ -19,6 +19,9 @@
19
api_not_allowed(true);
20
}
21
22
+$work['title'] = isset($work['title']) ? Security::remove_XSS($work['title']) : '';
23
+$work['description'] = isset($work['description']) ? Security::remove_XSS($work['description']) : '';
24
+
25
$interbreadcrumb[] = array ('url' => 'work.php', 'name' => get_lang('StudentPublications'));
26
27
$my_folder_data = get_work_data_by_id($work['parent_id']);
0 commit comments