Skip to content

Commit 91f8d14

Browse files
Merge pull request #7153 from christianbeeznest/fixes-updates195
Session: Improve session category add/edit UI
2 parents 132e7d5 + 6e20245 commit 91f8d14

File tree

3 files changed

+559
-616
lines changed

3 files changed

+559
-616
lines changed

public/main/inc/lib/sessionmanager.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3355,7 +3355,7 @@ public static function edit_category_session(
33553355
$sday_end
33563356
) {
33573357
$tbl_session_category = Database::get_main_table(TABLE_MAIN_SESSION_CATEGORY);
3358-
$name = html_filter(trim($sname));
3358+
$name = trim((string) $sname);
33593359
$year_start = intval($syear_start);
33603360
$month_start = intval($smonth_start);
33613361
$day_start = intval($sday_start);

0 commit comments

Comments
 (0)