diff options
author | Mario <mario@mariovavti.com> | 2021-08-21 08:30:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-21 08:30:13 +0000 |
commit | 7093b66b76424efe311b67ed18141f6a478bf875 (patch) | |
tree | 62a0035ea8151504f1490d8c1fabe633bf2b5a91 /Zotlabs | |
parent | 168010a32cf2a2d664964b5520d6694c9b4ed5c3 (diff) | |
download | volse-hubzilla-7093b66b76424efe311b67ed18141f6a478bf875.tar.gz volse-hubzilla-7093b66b76424efe311b67ed18141f6a478bf875.tar.bz2 volse-hubzilla-7093b66b76424efe311b67ed18141f6a478bf875.zip |
fix typo
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
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: |