diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 09:37:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 09:37:29 +0000 |
commit | abbca1256502b3b017746de1187c8c65294d44ab (patch) | |
tree | f6bf1aab293f4124f2e55e181557ddd6b98e561e /Zotlabs | |
parent | 9e9d96a2eca57143f8f13b3fb092ac9359d40bec (diff) | |
download | volse-hubzilla-abbca1256502b3b017746de1187c8c65294d44ab.tar.gz volse-hubzilla-abbca1256502b3b017746de1187c8c65294d44ab.tar.bz2 volse-hubzilla-abbca1256502b3b017746de1187c8c65294d44ab.zip |
typo
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Messages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Messages.php b/Zotlabs/Widget/Messages.php index 89533697f..e7341b556 100644 --- a/Zotlabs/Widget/Messages.php +++ b/Zotlabs/Widget/Messages.php @@ -111,7 +111,7 @@ class Messages { } } - if (!$summary) + if (!$summary) { $summary = '...'; } else { |