aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2025-04-24 10:05:00 +0200
committerMario Vavti <mario@mariovavti.com>2025-04-24 10:05:00 +0200
commita48a72d1cd76fd5c8e343f3f8f73a27a0e920f81 (patch)
treed6b1c997da6c90f7b4d033c8bceb7cf0df21bd64
parent1edea291a43a438c9d5ac3af7ebda62215ad0a96 (diff)
downloadvolse-hubzilla-a48a72d1cd76fd5c8e343f3f8f73a27a0e920f81.tar.gz
volse-hubzilla-a48a72d1cd76fd5c8e343f3f8f73a27a0e920f81.tar.bz2
volse-hubzilla-a48a72d1cd76fd5c8e343f3f8f73a27a0e920f81.zip
use a separator
-rw-r--r--Zotlabs/Lib/DReport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/DReport.php b/Zotlabs/Lib/DReport.php
index af594233f..99bb05293 100644
--- a/Zotlabs/Lib/DReport.php
+++ b/Zotlabs/Lib/DReport.php
@@ -35,7 +35,7 @@ class DReport {
}
function addto_update($status) {
- $this->status = $this->status . ' ' . $status;
+ $this->status = $this->status . ', ' . $status;
}