diff options
author | friendica <info@friendica.com> | 2014-08-26 16:35:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-26 16:35:33 -0700 |
commit | c9d33895d56d1efce29f153e7a0effd23fa6a701 (patch) | |
tree | 7704226cb8b3d017554c137789961c78706f5b8e /include | |
parent | 289ec34ae6890a2d82071b61a12fad866be9f0d0 (diff) | |
parent | 2df4c44de5601053635e23a7af01a57bdc4fa9fa (diff) | |
download | volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.tar.gz volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.tar.bz2 volse-hubzilla-c9d33895d56d1efce29f153e7a0effd23fa6a701.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x] | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index d3d8b84a6..410d9bc96 100755..100644 --- a/include/text.php +++ b/include/text.php @@ -2022,3 +2022,4 @@ function normalise_openid($s) { return trim(str_replace(array('http://','https://'),array('',''),$s),'/'); } + |