[Web] PHP8 fix, fixes #4259 (#4261)

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
Kristian Feldsam
2021-09-02 19:30:14 +02:00
committed by GitHub
parent db4003007d
commit 0d53df3a4d
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ function rsettings($_action, $_data = null) {
$_SESSION['return'][] = array(
'type' => 'success',
'log' => array(__FUNCTION__, $_action, $_data_log),
'msg' => array('object_modified', htmlspecialchars($ids))
'msg' => array('object_modified', htmlspecialchars(implode(',', $ids)))
);
}
break;