X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FDirectory.php;h=8dafbfaaa5efd0ff10738d4c16176dd4c563b9ff;hb=b007f586dd14c0c2ea57a0996c580b6cab61f579;hp=8e5383ac0c9b7e807ffe8fb82380fb9203de0eb8;hpb=31768c868bf8c5f9899a5d98382f8cfd87b3a23a;p=friendica.git diff --git a/src/Worker/Directory.php b/src/Worker/Directory.php index 8e5383ac0c..8dafbfaaa5 100644 --- a/src/Worker/Directory.php +++ b/src/Worker/Directory.php @@ -25,7 +25,7 @@ class Directory { $dir .= "/submit"; - $arr = array('url' => $argv[1]); + $arr = array('url' => $url); call_hooks('globaldir_update', $arr);