aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-12-17 10:53:40 +0100
committerMario <mario@mariovavti.com>2019-12-17 10:53:40 +0100
commit6f93d9848c43019d43ea76c27d42d657ba031cd7 (patch)
treedb29f819ba4cb35147e6ea4d48e8080cddfc4567 /Zotlabs
parentbde429cff649237984903a252ba1a718e6d74f53 (diff)
downloadvolse-hubzilla-6f93d9848c43019d43ea76c27d42d657ba031cd7.tar.gz
volse-hubzilla-6f93d9848c43019d43ea76c27d42d657ba031cd7.tar.bz2
volse-hubzilla-6f93d9848c43019d43ea76c27d42d657ba031cd7.zip
Disable oembed in directory profile about
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Directory.php b/Zotlabs/Module/Directory.php
index dee22721d..b043cea40 100644
--- a/Zotlabs/Module/Directory.php
+++ b/Zotlabs/Module/Directory.php
@@ -287,7 +287,7 @@ class Directory extends \Zotlabs\Web\Controller {
$hometown = ((x($profile,'hometown') == 1) ? $profile['hometown'] : False);
- $about = ((x($profile,'about') == 1) ? zidify_links(bbcode($profile['about'])) : False);
+ $about = ((x($profile,'about') == 1) ? zidify_links(bbcode($profile['about'], ['tryoembed' => false])) : False);
$keywords = ((x($profile,'keywords')) ? $profile['keywords'] : '');