aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-21 08:30:13 +0000
committerMario <mario@mariovavti.com>2021-08-21 08:30:13 +0000
commit7093b66b76424efe311b67ed18141f6a478bf875 (patch)
tree62a0035ea8151504f1490d8c1fabe633bf2b5a91 /Zotlabs/Lib
parent168010a32cf2a2d664964b5520d6694c9b4ed5c3 (diff)
downloadvolse-hubzilla-7093b66b76424efe311b67ed18141f6a478bf875.tar.gz
volse-hubzilla-7093b66b76424efe311b67ed18141f6a478bf875.tar.bz2
volse-hubzilla-7093b66b76424efe311b67ed18141f6a478bf875.zip
fix typo
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index df637ebdd..0cc071c61 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -594,7 +594,7 @@ class Activity {
break;
case 'Bookmark':
- $ret[] = ['ttype' => TERM_BOOKMARK, 'url' => $t['href'], 'term' => escape_tags($t['name']];
+ $ret[] = ['ttype' => TERM_BOOKMARK, 'url' => $t['href'], 'term' => escape_tags($t['name'])];
break;
default: