zot_finger second arg is optional but function declaration didn't specify this - causes issue with check_upstream_directory
This commit is contained in:
parent
b946ac63a1
commit
76fe9dc702
@ -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) {
|
if(strpos($webbie,'@') === false) {
|
||||||
|
Reference in New Issue
Block a user