From 76fe9dc7023f6d67c19770b46ed639c56bc0ff06 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 21 Jan 2015 20:08:10 -0800 Subject: zot_finger second arg is optional but function declaration didn't specify this - causes issue with check_upstream_directory --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') 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) { -- cgit v1.2.3