diff options
author | marijus <mario@mariovavti.com> | 2014-08-26 22:35:47 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-26 22:35:47 +0200 |
commit | 6c11fd349e269bf3ec2731f92b62e37a656e8d21 (patch) | |
tree | e241d469434c9cc805bd8be2c427564e3df73e9a | |
parent | c703d833508a43f559a6031bac8b040070e6b2f9 (diff) | |
parent | 450434a6903790aacf70864633cd3ccb57b739f0 (diff) | |
download | volse-hubzilla-6c11fd349e269bf3ec2731f92b62e37a656e8d21.tar.gz volse-hubzilla-6c11fd349e269bf3ec2731f92b62e37a656e8d21.tar.bz2 volse-hubzilla-6c11fd349e269bf3ec2731f92b62e37a656e8d21.zip |
Merge branch 'master' of https://github.com/friendica/red
-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),'/'); } + |