aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-02-07 00:25:51 +0000
committerThomas Willingham <founder@kakste.com>2014-02-07 00:25:51 +0000
commit72218f831eb4add3a702983e613ba9ea1c4a1612 (patch)
tree33b0144d9fdce06fa662462b0807419652842dac /mod/item.php
parentbe475bb0cc066b4dbc75118ee29e369ca658d471 (diff)
parent9b2dc9b87c01f02463997ea4674c364151918f8b (diff)
downloadvolse-hubzilla-72218f831eb4add3a702983e613ba9ea1c4a1612.tar.gz
volse-hubzilla-72218f831eb4add3a702983e613ba9ea1c4a1612.tar.bz2
volse-hubzilla-72218f831eb4add3a702983e613ba9ea1c4a1612.zip
Merge branch 'master' of https://github.com/friendica/red
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 c8c0e3762..47a3f1961 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -425,7 +425,7 @@ function item_post(&$a) {
* (already known to us) which will get a zrl, otherwise link with url
*/
- $body = preg_replace_callback("/([^\]\='".'"'."]|^)(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,]+)/ism", 'red_zrl_callback', $body);
+ $body = preg_replace_callback("/([^\^\]\='".'"'."]|^)(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\+\,]+)/ism", 'red_zrl_callback', $body);
/**
*