]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Remove useless rawurlencode calls for building hashtag bbcode
[friendica.git] / mod / photos.php
index 65a48c4c3f4995e26d82b2b94372c96eff461650..70e0e1882d68b7f94bf05cf1f25412c574adb85f 100644 (file)
@@ -613,7 +613,7 @@ function photos_post(App $a)
                                                        }
 
                                                        $profile = str_replace(',', '%2c', $profile);
-                                                       $str_tags .= '@[url='.$profile.']'.$newname.'[/url]';
+                                                       $str_tags .= '@[url=' . $profile . ']' . $newname . '[/url]';
                                                }
                                        } elseif (strpos($tag, '#') === 0) {
                                                $tagname = substr($tag, 1);