From 4e709d0d236f9ef9cbf0ce9879a16ad5f1415a92 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 31 May 2019 04:03:19 +0200 Subject: Log messages without inline HTML --- includes/pages/user_myshifts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/user_myshifts.php') diff --git a/includes/pages/user_myshifts.php b/includes/pages/user_myshifts.php index 11bbc9f4..9ab86f2a 100644 --- a/includes/pages/user_myshifts.php +++ b/includes/pages/user_myshifts.php @@ -99,7 +99,7 @@ function user_myshifts() ]); engelsystem_log( - 'Updated ' . User_Nick_render($user_source) . '\'s shift ' . $shift['name'] + 'Updated ' . User_Nick_render($user_source, true) . '\'s shift ' . $shift['name'] . ' from ' . date('Y-m-d H:i', $shift['start']) . ' to ' . date('Y-m-d H:i', $shift['end']) . ' with comment ' . $comment -- cgit v1.2.3-54-g00ecf