summaryrefslogtreecommitdiff
path: root/includes/pages/user_myshifts.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-05-31 04:03:19 +0200
committermsquare <msquare@notrademark.de>2019-06-03 20:33:09 +0200
commit4e709d0d236f9ef9cbf0ce9879a16ad5f1415a92 (patch)
tree5c1faf57059ee7025006c36bdc6559322584e280 /includes/pages/user_myshifts.php
parente7f10d846e4255f6172835df8a0cb3befa56374f (diff)
Log messages without inline HTML
Diffstat (limited to 'includes/pages/user_myshifts.php')
-rw-r--r--includes/pages/user_myshifts.php2
1 files changed, 1 insertions, 1 deletions
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