notifications seems to work but new comments erase previous ones

This commit is contained in:
isUnknown 2024-10-28 15:55:14 +01:00
parent 44361e614d
commit 85537d3465
5 changed files with 16 additions and 130 deletions

View file

@ -1,7 +1,7 @@
<?php
return [
'pattern' => '(:all)logout.php',
'pattern' => '(:all)logout',
'action' => function () {
$kirby = kirby();
$user = $kirby->user();