diff options
author | Habeas Codice <habeascodice@federated.social> | 2015-01-21 21:27:07 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2015-01-21 21:27:07 -0800 |
commit | c05f0ec40784a17de2e675c4d684d3a0c54228b0 (patch) | |
tree | fdab07506568d57c9abbac72511c5c04ea46f2fd /include/zot.php | |
parent | 6d291d880e14c0489277fd670f235bdb60bcfcd5 (diff) | |
parent | 7d0e0366b946093f81e1ea4e358697fe5a22be64 (diff) | |
download | volse-hubzilla-c05f0ec40784a17de2e675c4d684d3a0c54228b0.tar.gz volse-hubzilla-c05f0ec40784a17de2e675c4d684d3a0c54228b0.tar.bz2 volse-hubzilla-c05f0ec40784a17de2e675c4d684d3a0c54228b0.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 384769d61..3d92f7824 100644 --- a/include/zot.php +++ b/include/zot.php @@ -176,7 +176,7 @@ function zot_zot($url,$data) { */ -function zot_finger($webbie,$channel,$autofallback = true) { +function zot_finger($webbie,$channel = null,$autofallback = true) { if(strpos($webbie,'@') === false) { |