issue #86 - like/dislike in photos not working

This commit is contained in:
redmatrix
2015-10-14 14:16:16 -07:00
parent b2d949ce9a
commit de697a4267
4 changed files with 14 additions and 14 deletions

View File

@@ -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;