zot_finger second arg is optional but function declaration didn't specify this - causes issue with check_upstream_directory

This commit is contained in:
friendica 2015-01-21 20:08:10 -08:00
parent b946ac63a1
commit 76fe9dc702

View File

@ -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) {