diff options
author | friendica <info@friendica.com> | 2014-12-21 14:43:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-21 14:43:06 -0800 |
commit | 2b3cc585a24cbdf97e8e2382752297bc4f725e12 (patch) | |
tree | 59714f4ca85b0598437f0e2beff3bd1bbf5816db /include/text.php | |
parent | 0c98cacbcf0c27aba6bea62b4bf3dc00c91b3962 (diff) | |
download | volse-hubzilla-2b3cc585a24cbdf97e8e2382752297bc4f725e12.tar.gz volse-hubzilla-2b3cc585a24cbdf97e8e2382752297bc4f725e12.tar.bz2 volse-hubzilla-2b3cc585a24cbdf97e8e2382752297bc4f725e12.zip |
fix double encoding of homepage in profile activity - not as straight-forward as it looked
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 6516d734d..cd34fd88d 100644 --- a/include/text.php +++ b/include/text.php @@ -884,6 +884,7 @@ function linkify($s) { return($s); } + /** * @function sslify($s) * Replace media element using http url with https to a local redirector if using https locally |