aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-14 14:16:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-14 14:16:16 -0700
commitde697a42671e3c50106dab29eb108a122753a825 (patch)
tree6811c15218b5c4e3382dde4ffb957b3a26ef0d2e /include
parentb2d949ce9a499653bba833913084b0c1406cca7f (diff)
downloadvolse-hubzilla-de697a42671e3c50106dab29eb108a122753a825.tar.gz
volse-hubzilla-de697a42671e3c50106dab29eb108a122753a825.tar.bz2
volse-hubzilla-de697a42671e3c50106dab29eb108a122753a825.zip
issue #86 - like/dislike in photos not working
Diffstat (limited to 'include')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 205736502..775076e93 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2221,7 +2221,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
}
if($tag == '#getzot') {
$basetag = 'getzot';
- $url = 'https://redmatrix.me';
+ $url = 'http://hubzilla.org';
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
$body = str_replace($tag,$newtag,$body);
$replaced = true;