aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-10 19:14:37 -0700
committerfriendica <info@friendica.com>2014-10-10 19:14:37 -0700
commit3d0d36b2bc6d134e1140b9fc8c40206be5bd7d2d (patch)
tree7194160f6f58766beb2670f89cd88f94844dd258 /mod/item.php
parentf26cd5a636d0a1de4cef66d26da505e8a29b1b40 (diff)
downloadvolse-hubzilla-3d0d36b2bc6d134e1140b9fc8c40206be5bd7d2d.tar.gz
volse-hubzilla-3d0d36b2bc6d134e1140b9fc8c40206be5bd7d2d.tar.bz2
volse-hubzilla-3d0d36b2bc6d134e1140b9fc8c40206be5bd7d2d.zip
fix diaspora reshare tags
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index 2364e6abf..ac15e50e8 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -979,7 +979,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) {
}
}
// if the tag is already replaced...
- elseif(strpos($tag,'[zrl=')) {
+ elseif((strpos($tag,'[zrl=')) || (strpos($tag,'[url='))) {
//...do nothing
return $replaced;
}