fix: [periodic_notification] Syntax error

pull/8575/head
Sami Mokaddem 2022-09-08 16:23:56 +02:00
parent 06f510f77b
commit 2e4a94262c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ if (!function_exists('computeLinePositions')) {
$linePosition['width'],
$linePosition['angle'],
$colorForTags[$tag],
h($tag),
h($tag)
);
}
?>