1
0

Toggo: Setze Autor auf Toggo

This commit is contained in:
Akamaru
2025-11-26 21:19:13 +01:00
parent b36db90dcc
commit 9e3e73a704

View File

@@ -72,6 +72,7 @@ class ToggoBridge extends BridgeAbstract {
$content .= '<p>' . htmlspecialchars($desc) . '</p>';
}
$item['content'] = $content;
$item['author'] = 'Toggo';
if ($date) {
$item['timestamp'] = $date;
}